Skip to content

Commit 499c4db

Browse files
authored
fix: pin CI images (#5)
* pin lint * Update int.cloudbuild.yaml
1 parent ebb17ea commit 499c4db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ tags:
5050
- 'integration'
5151
substitutions:
5252
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
53-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '0'
53+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '0.12.0'

build/lint.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ tags:
2121
- 'lint'
2222
substitutions:
2323
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
24-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '0'
24+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '0.12.0'

0 commit comments

Comments
 (0)