We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e59c2b commit 8448877Copy full SHA for 8448877
Makefile
@@ -20,7 +20,7 @@ SHELL := /usr/bin/env bash
20
21
# release images are available at:
22
# console.cloud.google.com/gcr/images/cloud-foundation-cicd/global/cft/developer-tools?project=cloud-foundation-cicd
23
-DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.7
+DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.10
24
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
25
REGISTRY_URL := gcr.io/cloud-foundation-cicd
26
build/int.cloudbuild.yaml
@@ -86,6 +86,6 @@ tags:
86
- 'integration'
87
substitutions:
88
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools-krm'
89
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23.7'
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23.10'
90
options:
91
machineType: 'N1_HIGHCPU_8'
0 commit comments