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

chore: Bump golang:alpine version

Made with ️️ by updatecli
parent 61247375
ARG GOLANG=golang:1.20.4-alpine3.17
ARG GOLANG=golang:1.20.4-alpine3.18
FROM ${GOLANG}
ARG http_proxy=$http_proxy
......
ARG GOLANG=golang:1.20.4-alpine3.17
ARG GOLANG=golang:1.20.4-alpine3.18
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
ARG GOLANG=golang:1.20.4-alpine3.17
ARG GOLANG=golang:1.20.4-alpine3.18
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