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 823d621 commit 77363a0Copy full SHA for 77363a0
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.25
+DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.26
22
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
23
REGISTRY_URL := gcr.io/cloud-foundation-cicd
24
DOCKER_BIN ?= docker
build/int.cloudbuild.yaml
@@ -547,6 +547,6 @@ tags:
547
- 'integration'
548
substitutions:
549
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
550
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.25'
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.26'
551
options:
552
machineType: 'E2_HIGHCPU_8'
0 commit comments