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