Bump golang version

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/4038/head
Brad Davidson 2021-09-16 13:05:15 -07:00 committed by Brad Davidson
parent 77dfdda909
commit 7a36c3f7f2
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.16.6-alpine3.13
ARG GOLANG=golang:1.16.8-alpine3.13
FROM ${GOLANG}
ARG http_proxy=$http_proxy

View File

@ -1,4 +1,4 @@
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/

View File

@ -1,4 +1,4 @@
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

View File

@ -1,4 +1,4 @@
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