Skip to content

Commit ad4dac6

Browse files
chore(deps): Update cft/developer-tools Docker tag to v1.23 (#2201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a99aec2 commit ad4dac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Make will use bash instead of sh
1919
SHELL := /usr/bin/env bash
2020

21-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22
21+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23
2222
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
2323
REGISTRY_URL := gcr.io/cloud-foundation-cicd
2424
DOCKER_BIN ?= docker

build/int.cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,6 @@ tags:
476476
- 'integration'
477477
substitutions:
478478
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
479-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'
479+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23'
480480
options:
481481
machineType: 'N1_HIGHCPU_8'

0 commit comments

Comments
 (0)