Update for golang 1.15.0

This commit is contained in:
Erik Wilson 2020-08-05 09:25:59 -07:00
parent cdce2b7e9a
commit debf8005ca
No known key found for this signature in database
GPG Key ID: 28E43BB8BE202CF8
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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