From 60a3e6929f7e6032a5a69e0e9bb4c9a2e51d0f93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 22:29:34 +0000 Subject: [PATCH] chore(deps): update ghcr.io/oras-project/oras docker tag to v1.3.4 --- dockerfiles/cd/utils/release/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/cd/utils/release/Dockerfile b/dockerfiles/cd/utils/release/Dockerfile index 6ce8e468..c5fed4a2 100644 --- a/dockerfiles/cd/utils/release/Dockerfile +++ b/dockerfiles/cd/utils/release/Dockerfile @@ -19,7 +19,7 @@ RUN ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \ COPY --from=hairyhenderson/gomplate:v4.3.3-alpine /bin/gomplate /usr/local/bin/gomplate # install tools: oras -COPY --from=ghcr.io/oras-project/oras:v1.3.3 --chown=0:0 /bin/oras /usr/local/bin/oras +COPY --from=ghcr.io/oras-project/oras:v1.3.4 --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