Skip to content

Commit fc72d73

Browse files
chore(deps): update dependency oras-project/oras to v1.2.0
1 parent cfb25b9 commit fc72d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/ci/release-build-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
8686

8787
# oras tool
8888
# renovate: datasource=github-tags depName=oras-project/oras
89-
ARG ORAS_VERSION=v1.1.0
89+
ARG ORAS_VERSION=v1.2.0
9090
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
9191
curl -LO "https://github.com/oras-project/oras/releases/download/${ORAS_VERSION}/oras_${ORAS_VERSION#?}_${OS}_${ARCH}.tar.gz" && \
9292
mkdir -p oras-install/ && \

0 commit comments

Comments
 (0)