Skip to content

Commit 4bea15b

Browse files
authored
chore(rootfs/Dockerfile): update go toolchain to 1.14.1 (#220)
See https://golang.org/doc/go1.14.1
1 parent 1e2270f commit 4bea15b

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
@@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \
55

66
ENV AZCLI_VERSION=2.1.0 \
77
DOCKER_VERSION=19.03.4 \
8-
GO_VERSION=1.14 \
8+
GO_VERSION=1.14.1 \
99
GLIDE_VERSION=v0.13.3 \
1010
GLIDE_HOME=/root \
1111
HELM_VERSION=v2.16.3 \

0 commit comments

Comments
 (0)