From b331c4213481b3c02f2fe04c4393c53f579a1190 Mon Sep 17 00:00:00 2001 From: MikeJonesSoftware <11621127+MikeJonesSoftware@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:01:44 +0000 Subject: [PATCH] tools: Bump `ORAS_VERSION` from 1.3.0 to 1.3.3 --- lib/functions/general/oci-oras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/general/oci-oras.sh b/lib/functions/general/oci-oras.sh index 5b890929c302..eb9f06cba8eb 100644 --- a/lib/functions/general/oci-oras.sh +++ b/lib/functions/general/oci-oras.sh @@ -9,7 +9,7 @@ function run_tool_oras() { # Default version - ORAS_VERSION=${ORAS_VERSION:-1.3.0} # https://github.com/oras-project/oras/releases + ORAS_VERSION=${ORAS_VERSION:-1.3.3} # https://github.com/oras-project/oras/releases #ORAS_VERSION=${ORAS_VERSION:-"1.0.0-rc.1"} # https://github.com/oras-project/oras/releases declare non_cache_dir="/armbian-tools/oras" # To deploy/reuse cached ORAS in a Docker image.