We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea66e79 commit b11f862Copy full SHA for b11f862
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.14
+DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.16
22
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
23
REGISTRY_URL := gcr.io/cloud-foundation-cicd
24
build/int.cloudbuild.yaml
@@ -64,4 +64,4 @@ tags:
64
- 'integration'
65
substitutions:
66
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
67
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.14'
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.16'
build/lint.cloudbuild.yaml
@@ -21,4 +21,4 @@ tags:
- 'lint'
0 commit comments