Skip to content

Commit bf4618c

Browse files
committed
chore(Dockerfile): update go toolchain to 1.8.3
See https://github.com/golang/go/issues?q=milestone%3AGo1.8.3
1 parent 006206f commit bf4618c

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:v0.3.6
22

3-
ENV GO_VERSION=1.8.1 \
3+
ENV GO_VERSION=1.8.3 \
44
GLIDE_VERSION=v0.12.3 \
55
GLIDE_HOME=/root \
66
SHELLCHECK_VERSION=v0.4.6 \

0 commit comments

Comments
 (0)