Unverified Commit 11c5effc authored by Erik Wilson's avatar Erik Wilson
Browse files

Bump to go 1.16.4

parent 70430b53
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
ARG GOLANG=golang:1.16.2-alpine3.12
ARG GOLANG=golang:1.16.4-alpine3.12
FROM ${GOLANG}
ARG http_proxy=$http_proxy
......
ARG GOLANG=golang:1.16.2-alpine3.12
ARG GOLANG=golang:1.16.4-alpine3.12
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
ARG GOLANG=golang:1.16.2-alpine3.12
ARG GOLANG=golang:1.16.4-alpine3.12
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.2-alpine3.12
ARG GOLANG=golang:1.16.4-alpine3.12
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