Merge pull request #2109 from dweomer/go1.13.15

golang: 1.13.15
This commit is contained in:
Jacob Blain Christen 2020-08-10 16:11:30 -07:00 committed by GitHub
commit 89b9dde3c2
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.13.14-alpine3.12
FROM golang:1.13.15-alpine3.12
ARG http_proxy=$http_proxy
ARG https_proxy=$https_proxy

View File

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

View File

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