tools: Bump ORAS_VERSION from 1.2.2 to 1.2.3

This commit is contained in:
igorpecovnik
2025-05-16 03:53:30 +00:00
committed by Igor
parent cbb0343d20
commit 384daea694

View File

@@ -9,7 +9,7 @@
function run_tool_oras() {
# Default version
ORAS_VERSION=${ORAS_VERSION:-1.2.2} # https://github.com/oras-project/oras/releases
ORAS_VERSION=${ORAS_VERSION:-1.2.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.