From bd22d8c97c3c4ad48717521e604566b715f22f7b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 29 Jan 2024 22:00:38 +0000 Subject: [PATCH] chore(deps): update cft/developer-tools docker tag to v1.19 --- 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