From f2e75119a9aada09a19e791b2a7323f3dc8a1ddd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:34:53 +0000 Subject: [PATCH] chore(deps): update dependency crane to v0.20.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..fd2924c 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ update-loop: $(LOCALBIN)/* ; done CRANE := $(LOCALBIN)/crane -CRANE_VERSION := v0.20.6 +CRANE_VERSION := v0.20.7 CRANE_LOOKUP := google/go-containerregistry crane: @mkdir -p $(TMP_DIR)