Skip to content

Commit bb35027

Browse files
committed
chore(Dockerfile): update go toolchain to 1.7.1
See https://github.com/golang/go/issues?q=milestone%3AGo1.7.1
1 parent 6a9e877 commit bb35027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM quay.io/deis/base:0.3.1
22

3-
ENV GO_VERSION=1.7 \
3+
ENV GO_VERSION=1.7.1 \
44
GLIDE_VERSION=v0.12.1 \
55
GLIDE_HOME=/root \
66
PATH=$PATH:/usr/local/go/bin:/go/bin \

0 commit comments

Comments
 (0)