mirror of
https://github.com/traefik/traefik.git
synced 2025-09-27 16:51:24 +02:00
Bump golang to 1.6.3
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
686c23d25b
commit
ef83dea95c
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.6.2
|
FROM golang:1.6.3
|
||||||
|
|
||||||
RUN go get github.com/Masterminds/glide \
|
RUN go get github.com/Masterminds/glide \
|
||||||
&& go get github.com/jteeuwen/go-bindata/... \
|
&& go get github.com/jteeuwen/go-bindata/... \
|
||||||
@ -22,4 +22,4 @@ COPY glide.yaml glide.yaml
|
|||||||
COPY glide.lock glide.lock
|
COPY glide.lock glide.lock
|
||||||
RUN glide install
|
RUN glide install
|
||||||
|
|
||||||
COPY . /go/src/github.com/containous/traefik
|
COPY . /go/src/github.com/containous/traefik
|
||||||
|
Loading…
x
Reference in New Issue
Block a user