Skip to content

Commit dfb6cb7

Browse files
authored
Merge pull request #137 from mboersma/update-go-toolchain
chore(rootfs/Dockerfile): update go toolchain to 1.11.1
2 parents c3a4ee6 + 1f37465 commit dfb6cb7

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
@@ -3,7 +3,7 @@ FROM ubuntu:16.04
33
LABEL name="deis-go-dev"
44

55
ENV AZCLI_VERSION=2.0.46 \
6-
GO_VERSION=1.11 \
6+
GO_VERSION=1.11.1 \
77
GLIDE_VERSION=v0.13.1 \
88
GLIDE_HOME=/root \
99
HELM_VERSION=v2.6.0 \

0 commit comments

Comments
 (0)