From c9b594d03d1c94a0dc02e0351530890dc44fcf4d Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Mon, 6 Mar 2023 19:42:05 +0200 Subject: [PATCH] feat(ui): update to the latest zui version which supports new multiarch image APIs (#1246) Note patch does not mean full support for showing multiarch images in ZUI, a single architecture is shown, but it fixes the ZUI views which were broken since #1147 Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20019abb..39db172a 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-1cf9b3c +ZUI_VERSION := commit-4db0c2e STACKER := $(TOOLSDIR)/bin/stacker BATS := $(TOOLSDIR)/bin/bats TESTDATA := $(TOP_LEVEL)/test/data