From 35581b2c891adc7c3f5795f147c7da4525c0455b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 29 Jan 2024 23:06:08 +0100 Subject: [PATCH] chore(deps): update cft/developer-tools docker tag to v1.19 (#2109) --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 5680c58dcd8..4fcc39c3244 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.18 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.19 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd GOLANGCI_VERSION := 1.55.2