1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-27 01:55:17 +03:00

Bump to go v1.6.1

This commit is contained in:
Emile Vauge 2016-04-13 14:12:20 +02:00
parent 6aba453afb
commit ba8629e2ac
No known key found for this signature in database
GPG Key ID: D808B4C167352E59

View File

@ -1,4 +1,4 @@
FROM golang:1.6.0-alpine
FROM golang:1.6.1-alpine
RUN apk update && apk add git bash gcc musl-dev \
&& go get github.com/Masterminds/glide \