Commit f64d7817 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 2f189fa2
ARG GOLANG=golang:1.17.13-alpine3.16
ARG GOLANG=golang:1.17.13-alpine3.17
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
ARG GOLANG=golang:1.17.13-alpine3.16
ARG GOLANG=golang:1.19.4-alpine3.17
FROM ${GOLANG}
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip procps findutils
......
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