forked from mirrors/kingfisher
Updated dockerfile to fix failing docker image publishing
This commit is contained in:
parent
e0587f12ba
commit
1f9d692e9f
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
use std::time::Duration;
|
||||
|
||||
use anyhow::Result;
|
||||
use assert_cmd::Command;
|
||||
use tempfile::tempdir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue