Skip to content

Commit c27ca19

Browse files
chore(deps): update busybox docker tag to v1.38.0
1 parent 224e67a commit c27ca19

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

monitor-snapshot/master/operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM busybox:1.37.0
1+
FROM busybox:1.38.0
22

33
# Add user and group to support run it with non-root.
44
ARG PINGCAP_UID=1000

platform-monitoring/operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM busybox:1.37.0
1+
FROM busybox:1.38.0
22

33
# Add user and group to support run it with non-root.
44
ARG PINGCAP_UID=1000

reload/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM busybox:1.37.0
1+
FROM busybox:1.38.0
22

33
# Add user and group to support run it with non-root.
44
ARG PINGCAP_UID=1000

reload/Dockerfile_buildx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY go.mod go.sum ./
44
COPY reload ./reload
55
RUN CGO_ENABLED=0 go build -v ./reload/main.go
66

7-
FROM busybox:1.37.0
7+
FROM busybox:1.38.0
88

99
# Add user and group to support run it with non-root.
1010
ARG PINGCAP_UID=1000

0 commit comments

Comments
 (0)