Commit 617b34c5 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Update golang to 1.15.2

parent 5ad76043
FROM golang:1.15.0-alpine3.12 FROM golang:1.15.2-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.0-alpine3.12 FROM golang:1.15.2-alpine3.12
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/ COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
FROM golang:1.15.0-alpine3.12 FROM golang:1.15.2-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
......
module github.com/rancher/k3s module github.com/rancher/k3s
go 1.13 go 1.15
replace ( replace (
github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.9 github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.9
......
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