From 4cabd448c288659f743852437afa766ce0eea618 Mon Sep 17 00:00:00 2001 From: chraac <1937740+chraac@users.noreply.github.com> Date: Sat, 16 May 2026 04:51:26 +0000 Subject: [PATCH] tools: Bump `ORAS_VERSION` from 1.3.1 to 1.3.2 --- 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 c7682c75825b..e8ad77f1035b 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.1} # https://github.com/oras-project/oras/releases + ORAS_VERSION=${ORAS_VERSION:-1.3.2} # 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.