From c5bef50295a65d4774adfe5d24af7a53a9269935 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 02:17:49 +0000 Subject: [PATCH] chore: Update the value in the TestImages.java file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- src/test/java/land/oras/utils/TestImages.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/land/oras/utils/TestImages.java b/src/test/java/land/oras/utils/TestImages.java index 74b5fa80..4ce0f7ac 100644 --- a/src/test/java/land/oras/utils/TestImages.java +++ b/src/test/java/land/oras/utils/TestImages.java @@ -25,7 +25,7 @@ */ public final class TestImages { - public static final String ZOT = "ghcr.io/project-zot/zot-minimal:v2.1.20"; + public static final String ZOT = "ghcr.io/project-zot/zot-minimal:v2.1.21"; private TestImages() {} }