From c27ca19449adb231cecf803f85f48166ab689c7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:33:05 +0000 Subject: [PATCH] chore(deps): update busybox docker tag to v1.38.0 --- monitor-snapshot/master/operator/Dockerfile | 2 +- platform-monitoring/operator/Dockerfile | 2 +- reload/Dockerfile | 2 +- reload/Dockerfile_buildx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/monitor-snapshot/master/operator/Dockerfile b/monitor-snapshot/master/operator/Dockerfile index 08314550..06d210ec 100755 --- a/monitor-snapshot/master/operator/Dockerfile +++ b/monitor-snapshot/master/operator/Dockerfile @@ -1,4 +1,4 @@ -FROM busybox:1.37.0 +FROM busybox:1.38.0 # Add user and group to support run it with non-root. ARG PINGCAP_UID=1000 diff --git a/platform-monitoring/operator/Dockerfile b/platform-monitoring/operator/Dockerfile index 08314550..06d210ec 100644 --- a/platform-monitoring/operator/Dockerfile +++ b/platform-monitoring/operator/Dockerfile @@ -1,4 +1,4 @@ -FROM busybox:1.37.0 +FROM busybox:1.38.0 # Add user and group to support run it with non-root. ARG PINGCAP_UID=1000 diff --git a/reload/Dockerfile b/reload/Dockerfile index 13c7e065..d5c99ca9 100644 --- a/reload/Dockerfile +++ b/reload/Dockerfile @@ -1,4 +1,4 @@ -FROM busybox:1.37.0 +FROM busybox:1.38.0 # Add user and group to support run it with non-root. ARG PINGCAP_UID=1000 diff --git a/reload/Dockerfile_buildx b/reload/Dockerfile_buildx index 46318749..a04068ed 100644 --- a/reload/Dockerfile_buildx +++ b/reload/Dockerfile_buildx @@ -4,7 +4,7 @@ COPY go.mod go.sum ./ COPY reload ./reload RUN CGO_ENABLED=0 go build -v ./reload/main.go -FROM busybox:1.37.0 +FROM busybox:1.38.0 # Add user and group to support run it with non-root. ARG PINGCAP_UID=1000