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 22712d4 commit 0996084Copy full SHA for 0996084
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.23
+DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.24
22
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
23
REGISTRY_URL := gcr.io/cloud-foundation-cicd
24
DOCKER_BIN ?= docker
build/int.cloudbuild.yaml
@@ -486,6 +486,6 @@ tags:
486
- 'integration'
487
substitutions:
488
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
489
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23'
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.24'
490
options:
491
machineType: 'E2_HIGHCPU_8'
0 commit comments