From fd5a2af10bb7665f73a3bcac4b89d5a11446b4dc Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Thu, 9 Mar 2023 19:00:01 +0200 Subject: [PATCH] feat(ui): zui can now show multiple manifests per image (#1254) Update to a zui version with multiarch image support Also fix some issues with the filtering on the global search page Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39db172a..95b5e77d 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-4db0c2e +ZUI_VERSION := commit-60ca6d2 STACKER := $(TOOLSDIR)/bin/stacker BATS := $(TOOLSDIR)/bin/bats TESTDATA := $(TOP_LEVEL)/test/data