From c5f55ad94c8d372af57f6d8f1ef36bbfcddec0ec Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 6 Dec 2024 17:50:52 +0000 Subject: [PATCH] chore(deps): update cft/developer-tools docker tag to v1.23 --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 0e14c524050..6573774c4ba 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.22 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd GOLANGCI_VERSION := 1.62.2