chore: Bump golang:alpine version (#6683)

Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit a4549cf989)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/6768/head
github-actions[bot] 2023-01-12 18:58:04 -05:00 committed by Brad Davidson
parent c7359fe537
commit 42e3390507
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.19.3-alpine3.16 ARG GOLANG=golang:1.19.4-alpine3.17
FROM ${GOLANG} FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/ COPY --from=plugins/manifest:1.2.3 /bin/* /bin/

View File

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