chore: Bump golang:alpine version

Made with ❤️️ by updatecli

(cherry picked from commit 0b417385a4)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
github-actions[bot]
2024-07-07 18:08:41 +00:00
committed by Brad Davidson
parent 9bcad70a27
commit 7bfe84b3d4
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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