We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bd86c commit 7048774Copy full SHA for 7048774
build/int.cloudbuild.yaml
@@ -66,7 +66,7 @@ tags:
66
- 'integration'
67
substitutions:
68
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
69
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.21'
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'
70
71
# Uncomment to specify the deployment region.
72
# Resources default to 'us-central1' without a value assigned here.
infra/Makefile
@@ -18,7 +18,7 @@
18
# Make will use bash instead of sh
19
SHELL := /usr/bin/env bash
20
21
-DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.21
+DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22
22
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
23
REGISTRY_URL := gcr.io/cloud-foundation-cicd
24
ENABLE_BPMETADATA := 1
0 commit comments