From 5b4f798233907a8243163385257e5fe09a6bb19e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:58:09 +0000 Subject: [PATCH] chore(deps): update busybox docker tag to v1.37.0 (#448) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | busybox | final | minor | `1.36.1` -> `1.37.0` | --- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- dockerfiles/bases/pingcap-base/Dockerfile | 2 +- dockerfiles/bases/skaffold.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/bases/pingcap-base/Dockerfile b/dockerfiles/bases/pingcap-base/Dockerfile index 10ac5923..e15a5062 100644 --- a/dockerfiles/bases/pingcap-base/Dockerfile +++ b/dockerfiles/bases/pingcap-base/Dockerfile @@ -1,3 +1,3 @@ FROM quay.io/rockylinux/rockylinux:9.4.20240523 -COPY --from=busybox:1.36.1 /bin/busybox /bin/busybox +COPY --from=busybox:1.37.0 /bin/busybox /bin/busybox RUN _date=20240730 dnf upgrade -y && dnf clean all diff --git a/dockerfiles/bases/skaffold.yaml b/dockerfiles/bases/skaffold.yaml index 8ff302c6..d9d3e6e7 100644 --- a/dockerfiles/bases/skaffold.yaml +++ b/dockerfiles/bases/skaffold.yaml @@ -60,7 +60,7 @@ build: cache: {} tagPolicy: customTemplate: - template: "v1.9.1" + template: "v1.9.2" cluster: concurrency: 0 randomDockerConfigSecret: false