Skip to content

Commit 60d48fc

Browse files
chore(deps): update bitnami/oras docker tag to v1.2.1 (#507)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bitnami/oras | final | patch | `1.2.0` -> `1.2.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/PingCAP-QE/artifacts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d26152a commit 60d48fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/ci/base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN folder=$([ "$(arch)" = "x86_64" ] && echo linux || echo aarch64); \
9393

9494
# oras tool
9595
# renovate: datasource=github-tags depName=oras-project/oras
96-
COPY --from=bitnami/oras:1.2.0 /oras /usr/local/bin/oras
96+
COPY --from=bitnami/oras:1.2.1 /oras /usr/local/bin/oras
9797

9898
# gh-ost
9999
# linux amd64 only

0 commit comments

Comments
 (0)