File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
# Make will use bash instead of sh
19
19
SHELL := /usr/bin/env bash
20
20
21
- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 0.1.0
21
+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 0.4.3
22
22
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
23
23
REGISTRY_URL := gcr.io/cloud-foundation-cicd
24
24
Original file line number Diff line number Diff line change @@ -226,4 +226,4 @@ tags:
226
226
- ' integration'
227
227
substitutions :
228
228
_DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
229
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 0.1.0 '
229
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 0.4.3 '
Original file line number Diff line number Diff line change 24
24
- ' lint'
25
25
substitutions :
26
26
_DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
27
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 0.1.0 '
27
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 0.4.3 '
You can’t perform that action at this time.
0 commit comments