1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-14 19:24:23 +03:00

Merge pull request #164 from vdemeester/bump-go

Bump Go 1.5.3
This commit is contained in:
Emile Vauge 2016-01-14 16:00:51 +01:00
commit c0fd700904

View File

@ -1,4 +1,4 @@
FROM golang:1.5
FROM golang:1.5.3
RUN go get github.com/Masterminds/glide
RUN go get github.com/mitchellh/gox