From 089ec12058a13932fe266ef646a4cdb5d01d3b5d Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 22 Sep 2020 12:28:55 -0600 Subject: [PATCH] chore(rootfs/Dockerfile): update go toolchain to 1.15.2 (#249) See https://github.com/golang/go/issues?q=milestone%3AGo1.15.2+label%3ACherryPickApproved --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index c3a2c34..9220446 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \ ENV AZCLI_VERSION=2.10.1 \ DOCKER_VERSION=19.03.4 \ - GO_VERSION=1.15.1 \ + GO_VERSION=1.15.2 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ HELM_VERSION=v2.16.9 \