From 8ba1c392e1527ba9fdf9bae6d606fc8b025b5964 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 6 Nov 2023 22:57:18 +0100 Subject: [PATCH] chore(deps): update cft/developer-tools docker tag to v1.17 (#1939) --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 236504c7844..62b14e57ba2 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -12,7 +12,7 @@ INT_TEST_DIR=./bpmetadata/int-test SCHEMA_DIR=./bpmetadata/schema SRC_PROTO_DIR=./bpmetadata/proto PROTOC_DIR=./bpmetadata -DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.16 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.17 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd