We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2f3a3 commit 888d9b3Copy full SHA for 888d9b3
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.18
+DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.19
22
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
23
REGISTRY_URL := gcr.io/cloud-foundation-cicd
24
build/int.cloudbuild.yaml
@@ -76,4 +76,4 @@ tags:
76
- 'integration'
77
substitutions:
78
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
79
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.18'
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.19'
build/lint.cloudbuild.yaml
@@ -21,4 +21,4 @@ tags:
- 'lint'
0 commit comments