From d36431c55a23d30bccebab84f9fb20a2f05a9bf4 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Wed, 13 Dec 2023 23:30:01 +0000 Subject: [PATCH] build: update zot version Signed-off-by: Ramkumar Chinchani --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cae77a11..3c4a94f4 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ export SKOPEO = $(TOOLS_D)/bin/skopeo export SKOPEO_VERSION = 1.9.3 # OCI registry ZOT := $(TOOLS_D)/bin/zot -ZOT_VERSION := v2.0.0-rc6 +ZOT_VERSION := v2.0.0-rc7 GOLANGCI_LINT_VERSION = v1.54.2 GOLANGCI_LINT = $(TOOLS_D)/golangci-lint/$(GOLANGCI_LINT_VERSION)/golangci-lint