Skip to content

Commit 509327d

Browse files
authored
fix: bump zui version to fix minor issues with handling empty manifest lists and missing platform information (#3044)
- fix: do not error in TagDetails if an empty manifest list is returned from the backend - fix: use '----' as default for missing Os/Arch in drop-down and card (this value is for consistency with other such places where the values are missing) Signed-off-by: Andrei Aaron <[email protected]>
1 parent ff50aab commit 509327d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CRICTL_VERSION := v1.26.1
2525
ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator
2626
ACTION_VALIDATOR_VERSION := v0.5.3
2727
ZUI_BUILD_PATH := ""
28-
ZUI_VERSION := commit-930ae7e
28+
ZUI_VERSION := commit-203b097
2929
ZUI_REPO_OWNER := project-zot
3030
ZUI_REPO_NAME := zui
3131
SWAGGER_VERSION := v1.16.2

0 commit comments

Comments
 (0)