From d96d3e36edc973df21ceaa9521746abdf4376c61 Mon Sep 17 00:00:00 2001 From: fabriziopandini Date: Fri, 19 Jun 2020 20:59:36 +0200 Subject: [PATCH] update gcloud build image --- cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 298f71e546b2..1be93e22d926 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -4,7 +4,7 @@ options: substitution_option: ALLOW_LOOSE machineType: 'N1_HIGHCPU_8' steps: - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4' + - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964' entrypoint: make env: - DOCKER_CLI_EXPERIMENTAL=enabled @@ -12,7 +12,7 @@ steps: - PULL_BASE_REF=$_PULL_BASE_REF args: - release-staging - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4' + - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964' dir: 'test/infrastructure/docker' entrypoint: make env: