Updated dockerfile to fix failing docker image publishing

This commit is contained in:
Mick Grove 2025-12-05 12:44:38 -08:00
commit 1f9d692e9f
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,6 @@
# syntax=docker/dockerfile:1
FROM alpine:latest
FROM alpine:3.22
# FROM alpine:latest
RUN apk add --no-cache curl tar git

View file

@ -1,5 +1,3 @@
use std::time::Duration;
use anyhow::Result;
use assert_cmd::Command;
use tempfile::tempdir;