chore: Bump golang:alpine version

Made with ❤️️ by updatecli

(cherry picked from commit 5ed2ef73c3)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
github-actions[bot]
2025-06-29 18:10:31 +00:00
committed by Brad Davidson
parent 66bc0cb563
commit daf744ddea
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
ARG GOLANG=golang:1.23.10-alpine3.21
ARG GOLANG=golang:1.23.10-alpine3.22
FROM ${GOLANG}
# Install necessary packages

View File

@@ -1,4 +1,4 @@
ARG GOLANG=golang:1.23.10-alpine3.21
ARG GOLANG=golang:1.23.10-alpine3.22
FROM ${GOLANG} AS infra
RUN apk -U --no-cache add bash git gcc musl-dev docker vim less file curl wget ca-certificates jq linux-headers \

View File

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

View File

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