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