We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68fefe commit d26152aCopy full SHA for d26152a
dockerfiles/ci/release-build-base/Dockerfile
@@ -85,7 +85,7 @@ RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
85
86
# oras tool
87
# renovate: datasource=github-tags depName=oras-project/oras
88
-ARG ORAS_VERSION=v1.2.0
+ARG ORAS_VERSION=v1.2.1
89
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
90
curl -LO "https://github.com/oras-project/oras/releases/download/${ORAS_VERSION}/oras_${ORAS_VERSION#?}_${OS}_${ARCH}.tar.gz" && \
91
mkdir -p oras-install/ && \
0 commit comments