From 9220b92f621a31ce6bc900f3ee18eb160e6abf4f Mon Sep 17 00:00:00 2001 From: Nim Jayawardena Date: Tue, 22 Aug 2023 13:46:43 -0400 Subject: [PATCH] Correct 1.20.7 to 1.14.4 --- build/int.cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index a94b4903..d80c3b71 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -64,6 +64,6 @@ tags: - 'integration' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.20.7' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.14.4' options: machineType: 'N1_HIGHCPU_8'