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