mirror of https://github.com/icedream/icecon.git
Update alpine Docker tag to v3.21
parent
a6481c8847
commit
2e0c08befe
|
@ -9,7 +9,7 @@ RUN go build -v -ldflags "-s -w" .
|
|||
|
||||
###
|
||||
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.21
|
||||
|
||||
COPY --from=build /usr/src/icecon/icecon /usr/local/bin
|
||||
|
||||
|
|
Loading…
Reference in New Issue