Commit e34ffdba authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Bump golang to 1.15.8

Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com> (cherry picked from commit 37db7d11a1e8b0d66ccc236789b2b2ffb227de12) Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent bf84951c
FROM golang:1.15.5-alpine3.12 FROM golang:1.15.8-alpine3.12
ARG http_proxy=$http_proxy ARG http_proxy=$http_proxy
ARG https_proxy=$https_proxy ARG https_proxy=$https_proxy
......
FROM golang:1.15.5-alpine3.12 FROM golang:1.15.8-alpine3.12
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/ COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
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 RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment