Bump golang to 1.15.8

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/2911/head
Brad Davidson 2021-02-05 01:45:24 -08:00 committed by Brad Davidson
parent 6108045cb2
commit 1d85a6a30a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.15.5-alpine3.12
FROM golang:1.15.8-alpine3.12
ARG http_proxy=$http_proxy
ARG https_proxy=$https_proxy

View File

@ -1,4 +1,4 @@
FROM golang:1.15.5-alpine3.12
FROM golang:1.15.8-alpine3.12
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/

View File

@ -1,4 +1,4 @@
FROM golang:1.15.5-alpine3.12
FROM golang:1.15.8-alpine3.12
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl py-pip