Update alpine Docker tag to v3.23

pull/32/head
renovate[bot] 2025-12-03 21:42:24 +00:00 committed by GitHub
parent eeef577911
commit 9b32d8de78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN go build -v -ldflags "-s -w" .
###
FROM alpine:3.19
FROM alpine:3.23
COPY --from=build /usr/src/icecon/icecon /usr/local/bin