Browse Source

Bump golang to 1.15.8

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/2911/head
Brad Davidson 4 years ago committed by Brad Davidson
parent
commit
1d85a6a30a
  1. 2
      Dockerfile.dapper
  2. 2
      Dockerfile.manifest
  3. 2
      Dockerfile.test.dapper

2
Dockerfile.dapper

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

2
Dockerfile.manifest

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

2
Dockerfile.test.dapper

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

Loading…
Cancel
Save