Skip to content

Commit

Permalink
Update ORAS_VERSION to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ColorfulRhino authored and github-actions[bot] committed Jul 8, 2024
1 parent 54f2bdc commit 232ce09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/general/oci-oras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

function run_tool_oras() {
# Default version
ORAS_VERSION=${ORAS_VERSION:-0.16.0} # https://github.com/oras-project/oras/releases
ORAS_VERSION=${ORAS_VERSION:-1.2.0} # 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.
Expand Down

0 comments on commit 232ce09

Please sign in to comment.