mirror of https://github.com/docker/cli.git
Bump Golang to 1.10.2
Go 1.10 release notes: https://golang.org/doc/go1.10 Go 1.10: https://github.com/golang/go/issues?q=milestone%3AGo1.10 Go 1.10.1: https://github.com/golang/go/issues?q=milestone%3AGo1.10.1 Go 1.10.2: https://github.com/golang/go/issues?q=milestone%3AGo1.10.2 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
161bc1ed3c
commit
ee7aa76cff
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.9.5-alpine3.6
|
FROM golang:1.10.2-alpine
|
||||||
|
|
||||||
RUN apk add -U git bash coreutils gcc musl-dev
|
RUN apk add -U git bash coreutils gcc musl-dev
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
FROM dockercore/golang-cross:1.9.5@sha256:4d090b8c2e6d369a48254c882a4e653ba90caaa0b758105da772d9110394d958
|
FROM dockercore/golang-cross:1.10.2@sha256:297fa4bc113facd7a528699919f86009420a6b5bedbdc89da35c14f7fee047e1
|
||||||
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
|
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
|
||||||
WORKDIR /go/src/github.com/docker/cli
|
WORKDIR /go/src/github.com/docker/cli
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
FROM golang:1.9.5-alpine3.6
|
FROM golang:1.10.2-alpine
|
||||||
|
|
||||||
RUN apk add -U git make bash coreutils ca-certificates curl
|
RUN apk add -U git make bash coreutils ca-certificates curl
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.9.5-alpine3.6
|
FROM golang:1.10.2-alpine
|
||||||
|
|
||||||
RUN apk add -U git
|
RUN apk add -U git
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue