Update for golang 1.15.0

parent cdce2b7e
FROM golang:1.13.15-alpine3.12 FROM golang:1.15.0-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.13.15-alpine3.12 FROM golang:1.15.0-alpine3.12
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/ COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
FROM golang:1.13.15-alpine3.12 FROM golang:1.15.0-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