From da91a166e8aa2439cdac0e7431c0a9d8dd1c11b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 08:37:14 +0000 Subject: [PATCH] chore(deps): update busybox docker tag to v1.38.0 --- dockerfiles/bases/pingcap-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/bases/pingcap-base/Dockerfile b/dockerfiles/bases/pingcap-base/Dockerfile index dbc5fdaa..9b8805f9 100644 --- a/dockerfiles/bases/pingcap-base/Dockerfile +++ b/dockerfiles/bases/pingcap-base/Dockerfile @@ -1,5 +1,5 @@ FROM quay.io/rockylinux/rockylinux:9.7.20251123 -COPY --from=busybox:1.37.0-musl /bin/busybox /bin/busybox +COPY --from=busybox:1.38.0-musl /bin/busybox /bin/busybox RUN _date=20260330 dnf upgrade -y && dnf clean all # Add user and group to support run it with non-root.