From 0183405c11d0ea2d17f8f845cf3c2683b7e7ebb9 Mon Sep 17 00:00:00 2001 From: Thao-Nguyen Do Date: Mon, 29 Apr 2019 09:16:13 +0200 Subject: [PATCH] Update base image for main image to golang:1.12 --- deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Dockerfile b/deploy/Dockerfile index 07847bd17..c6c00db16 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -14,7 +14,7 @@ # Builds the static Go image to execute in a Kubernetes job -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/