From fb85c8678cdd9887657eb652615bbed896b0e845 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Wed, 22 Mar 2023 19:16:35 +0200 Subject: [PATCH] feat(ui): update zui to a version which leverages the referrers on ImageSummary (#1293) Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56c70799..5b59c61e 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ REGCLIENT := $(TOOLSDIR)/bin/regctl REGCLIENT_VERSION := v0.4.5 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.2.1 -ZUI_VERSION := commit-ddf1d92 +ZUI_VERSION := commit-2f94cc3 STACKER := $(TOOLSDIR)/bin/stacker BATS := $(TOOLSDIR)/bin/bats TESTDATA := $(TOP_LEVEL)/test/data