Unverified Commit 148f8abd authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

chore: Bump golang:alpine version (#11837)

Made with ️️ by updatecli Co-authored-by: 's avatargithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 5894af30
ARG GOLANG=golang:1.23.6-alpine3.20
ARG GOLANG=golang:1.23.6-alpine3.21
FROM ${GOLANG}
# Set proxy environment variables
......
ARG GOLANG=golang:1.23.6-alpine3.20
ARG GOLANG=golang:1.23.6-alpine3.21
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
ARG GOLANG=golang:1.23.6-alpine3.20
ARG GOLANG=golang:1.23.6-alpine3.21
FROM ${GOLANG} AS test-base
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