chore: Bump golang:alpine version

Made with ❤️️ by updatecli

(cherry picked from commit a5928ee137)
This commit is contained in:
github-actions[bot]
2023-05-28 18:07:13 +00:00
committed by Brad Davidson
parent 768de3d469
commit 81da67b9aa
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
ARG GOLANG=golang:1.19.9-alpine3.17
ARG GOLANG=golang:1.19.9-alpine3.18
FROM ${GOLANG}
ARG http_proxy=$http_proxy

View File

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

View File

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