Commit 7c4c1da2 authored by github-actions[bot]'s avatar github-actions[bot] Committed by Brad Davidson

chore: Bump golang:alpine version (#6683)

Made with ️️ by updatecli Co-authored-by: 's avatargithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit a4549cf9) Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 5141a5b0
ARG GOLANG=golang:1.18.8-alpine3.16 ARG GOLANG=golang:1.18.10-alpine3.17
FROM ${GOLANG} FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/ COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
ARG GOLANG=golang:1.18.8-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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment