From d5d910e78e99b8809a9c4736192c968d8c7ac5dd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 1 Aug 2024 02:03:03 +0200 Subject: [PATCH] chore(deps): update cft/developer-tools docker tag to v1.22 (#2481) --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 29cb5e240a9..9335c466d90 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.21 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd GOLANGCI_VERSION := 1.59.1