Skip to content

Commit 418c0bc

Browse files
chore(deps): update busybox docker tag to v1.36.1 (#342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4504b7b commit 418c0bc

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.33.1
1+
FROM busybox:1.36.1
22

33
ADD init.sh /usr/bin/init.sh
44
RUN chmod +x /usr/bin/init.sh

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.33.1
1+
FROM busybox:1.36.1
22

33
ADD init.sh /usr/bin/init.sh
44
RUN chmod +x /usr/bin/init.sh

reload/Dockerfile

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

33
COPY ./build/linux/reload /bin/reload
44
ENTRYPOINT [ "/bin/reload" ]

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.34.1
7+
FROM busybox:1.36.1
88
COPY --from=builder /app/main /bin/reload
99
ENTRYPOINT [ "/bin/reload" ]
1010
CMD [ "--watch-path=/etc/prometheus/rules", \

0 commit comments

Comments
 (0)