diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index a00b9d973..479128274 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -47,4 +47,4 @@ tags: - 'integration' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.18' diff --git a/infra/Makefile b/infra/Makefile index 6f9d6c5ee..3a2c7d643 100644 --- a/infra/Makefile +++ b/infra/Makefile @@ -18,7 +18,7 @@ # Make will use bash instead of sh SHELL := /usr/bin/env bash -DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.12 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.18 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd ENABLE_BPMETADATA := 1