Skip to content

Commit

Permalink
chore(deps): update ghcr.io/oras-project/oras docker tag to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 2743683 commit 715dd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/cd/utils/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache bash git jq yq uuidgen
COPY --from=hairyhenderson/gomplate:v4.2.0-alpine /bin/gomplate /usr/local/bin/gomplate

# install tools: oras
COPY --from=ghcr.io/oras-project/oras:v1.2.1 --chown=0:0 /bin/oras /usr/local/bin/oras
COPY --from=ghcr.io/oras-project/oras:v1.2.2 --chown=0:0 /bin/oras /usr/local/bin/oras

# install tools: manifest-tool
COPY --from=mplatform/manifest-tool:alpine-v2.1.6 --chown=0:0 /manifest-tool /usr/local/bin/manifest-tool
Expand Down

0 comments on commit 715dd67

Please sign in to comment.