bump Go to version 1.15.5 (#2638)

Signed-off-by: Brian Downs <brian.downs@gmail.com>
This commit is contained in:
Brian Downs 2020-12-08 11:50:31 -07:00 committed by GitHub
parent e71e11fed0
commit 821fa6d93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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