Browse Source

golang: 1.13.15

- https://github.com/golang/go/issues?q=milestone%3AGo1.13.15+label%3ACherryPickApproved

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
pull/2109/head
Jacob Blain Christen 4 years ago
parent
commit
3f8c94254a
  1. 2
      Dockerfile.dapper
  2. 2
      Dockerfile.manifest
  3. 2
      Dockerfile.test.dapper

2
Dockerfile.dapper

@ -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

2
Dockerfile.manifest

@ -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/

2
Dockerfile.test.dapper

@ -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

Loading…
Cancel
Save