We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99aec2 commit ad4dac6Copy full SHA for ad4dac6
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.22
+DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23
22
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
23
REGISTRY_URL := gcr.io/cloud-foundation-cicd
24
DOCKER_BIN ?= docker
build/int.cloudbuild.yaml
@@ -476,6 +476,6 @@ tags:
476
- 'integration'
477
substitutions:
478
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
479
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23'
480
options:
481
machineType: 'N1_HIGHCPU_8'
0 commit comments