chore: Bump golang:alpine version (#13345)
Some checks failed
govulncheck / govulncheck (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled

Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-01-22 09:28:35 -08:00 committed by GitHub
parent 8835242159
commit 5fa9226c2b
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.25.5-alpine3.22
ARG GOLANG=golang:1.25.5-alpine3.23
FROM ${GOLANG}
# Install necessary packages

View file

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

View file

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