Skip to content

Commit 498aedf

Browse files
committed
chore(rootfs/Dockerfile): update go toolchain to 1.11.2
See https://golang.org/doc/devel/release.html#go1.11.minor
1 parent dfb6cb7 commit 498aedf

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.1 \
6+
GO_VERSION=1.11.2 \
77
GLIDE_VERSION=v0.13.1 \
88
GLIDE_HOME=/root \
99
HELM_VERSION=v2.6.0 \

0 commit comments

Comments
 (0)