Skip to content

Commit 960af67

Browse files
authored
Merge pull request #91 from mboersma/update-go-toolchain
chore(rootfs/Dockerfile): update go toolchain to 1.9.2
2 parents 11a6906 + 4a6550c commit 960af67

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,7 +1,7 @@
11
FROM quay.io/deis/base:v0.3.6
22

33
ENV AZCLI_VERSION=2.0.14 \
4-
GO_VERSION=1.9.1 \
4+
GO_VERSION=1.9.2 \
55
GLIDE_VERSION=v0.13.0 \
66
GLIDE_HOME=/root \
77
HELM_VERSION=v2.6.0 \

0 commit comments

Comments
 (0)