From e7fd0d4db5cb651aaa8bba735d65443c9f5758be Mon Sep 17 00:00:00 2001 From: Thao-Nguyen Do Date: Mon, 29 Apr 2019 09:16:48 +0200 Subject: [PATCH] Update golang to 1.12 in debug image --- deploy/Dockerfile_debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Dockerfile_debug b/deploy/Dockerfile_debug index 51cf02a17..877f8727d 100644 --- a/deploy/Dockerfile_debug +++ b/deploy/Dockerfile_debug @@ -15,7 +15,7 @@ # Builds the static Go image to execute in a Kubernetes job # Stage 0: Build the executor binary and get credential helpers -FROM golang:1.10 +FROM golang:1.12 WORKDIR /go/src/github.com/GoogleContainerTools/kaniko # Get GCR credential helper ADD https://github.com/GoogleCloudPlatform/docker-credential-gcr/releases/download/v1.5.0/docker-credential-gcr_linux_amd64-1.5.0.tar.gz /usr/local/bin/