chore: Bump golang:alpine version (#11837)

Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/11855/head
github-actions[bot] 2025-02-25 09:00:59 -08:00 committed by GitHub
parent 5894af30ff
commit 148f8abd3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.23.6-alpine3.20
ARG GOLANG=golang:1.23.6-alpine3.21
FROM ${GOLANG}
# Set proxy environment variables

View File

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.23.6-alpine3.20
ARG GOLANG=golang:1.23.6-alpine3.21
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/

View File

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.23.6-alpine3.20
ARG GOLANG=golang:1.23.6-alpine3.21
FROM ${GOLANG} AS test-base
RUN apk -U --no-cache add bash jq