Bump golang to 1.15.8

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit 37db7d11a1)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2021-02-05 01:45:24 -08:00
committed by Brad Davidson
parent bf84951c8c
commit e34ffdba56
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