Skip to content

Commit

Permalink
Bump golang to 1.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester committed Jul 21, 2016
1 parent 686c23d commit ef83dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.6.2
FROM golang:1.6.3

RUN go get github.com/Masterminds/glide \
&& go get github.com/jteeuwen/go-bindata/... \
Expand All @@ -22,4 +22,4 @@ COPY glide.yaml glide.yaml
COPY glide.lock glide.lock
RUN glide install

COPY . /go/src/github.com/containous/traefik
COPY . /go/src/github.com/containous/traefik

0 comments on commit ef83dea

Please sign in to comment.