Skip to content

Commit 3f5c47c

Browse files
authored
chore(rootfs/Dockerfile): update go toolchain to 1.12 (#152)
See https://golang.org/doc/go1.12
1 parent 2f7d187 commit 3f5c47c

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

0 commit comments

Comments
 (0)