Skip to content

Commit c3dbf08

Browse files
authored
chore(rootfs/Dockerfile): update go toolchain to 1.12.2 (#165)
See https://github.com/golang/go/issues?q=milestone%3AGo1.12.2
1 parent 6cd9d5e commit c3dbf08

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
@@ -4,7 +4,7 @@ LABEL name="deis-go-dev" \
44
maintainer="Matt Boersma <matt.boersma@microsoft.com>"
55

66
ENV AZCLI_VERSION=2.0.61 \
7-
GO_VERSION=1.12.1 \
7+
GO_VERSION=1.12.2 \
88
GLIDE_VERSION=v0.13.2 \
99
GLIDE_HOME=/root \
1010
HELM_VERSION=v2.13.1 \

0 commit comments

Comments
 (0)