From 0f8fb2b5af12a294045e86dab4b2bf24b66342be Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Tue, 9 May 2023 18:30:55 +0300 Subject: [PATCH] fix(ui): update to latest available zui (#1433) Includes: - fix: change login page logic - fix: fixed layer history not updating for multiarch images Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c576e4b..997227fa 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CRICTL := $(TOOLSDIR)/bin/crictl CRICTL_VERSION := v1.26.1 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.2.1 -ZUI_VERSION := commit-cb2d879 +ZUI_VERSION := commit-769ffdc STACKER := $(TOOLSDIR)/bin/stacker BATS := $(TOOLSDIR)/bin/bats TESTDATA := $(TOP_LEVEL)/test/data