Commit 0b417385 authored by github-actions[bot]'s avatar github-actions[bot] Committed by Brad Davidson

chore: Bump golang:alpine version

Made with ️️ by updatecli
parent f6942f3d
ARG GOLANG=golang:1.22.4-alpine3.19
ARG GOLANG=golang:1.22.4-alpine3.20
FROM ${GOLANG}
# Set proxy environment variables
......
ARG GOLANG=golang:1.22.4-alpine3.19
ARG GOLANG=golang:1.22.4-alpine3.20
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
ARG GOLANG=golang:1.22.4-alpine3.19
ARG GOLANG=golang:1.22.4-alpine3.20
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