Skip to content

Commit b222f20

Browse files
authored
Merge pull request #142 from mboersma/update-golang
chore(rootfs/Dockerfile): update go toolchain to 1.11.4
2 parents 9d67a73 + a0fd73c commit b222f20

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

0 commit comments

Comments
 (0)