Bump to go 1.16.4

This commit is contained in:
Erik Wilson 2021-05-14 10:36:13 -07:00
parent 70430b53a8
commit 11c5effca2
No known key found for this signature in database
GPG Key ID: 28E43BB8BE202CF8
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.16.2-alpine3.12
ARG GOLANG=golang:1.16.4-alpine3.12
FROM ${GOLANG}
ARG http_proxy=$http_proxy

View File

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

View File

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

View File

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