Commit 7a36c3f7 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Bump golang version

parent 77dfdda9
ARG GOLANG=golang:1.16.6-alpine3.13
ARG GOLANG=golang:1.16.8-alpine3.13
FROM ${GOLANG}
ARG http_proxy=$http_proxy
......
ARG GOLANG=golang:1.16.6-alpine3.13
ARG GOLANG=golang:1.16.8-alpine3.13
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
ARG GOLANG=golang:1.16.6-alpine3.13
ARG GOLANG=golang:1.16.8-alpine3.13
FROM ${GOLANG}
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl py-pip
......
ARG GOLANG=golang:1.16.6-alpine3.13
ARG GOLANG=golang:1.16.8-alpine3.13
FROM ${GOLANG}
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