Skip to content

Commit 656e5b6

Browse files
chore(deps): update busybox docker tag to v1.38.0
1 parent efdea7f commit 656e5b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
RUN ["/bin/mkdir", "-p", "/plugins/capsule"]
44

deploy/headlamp/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ initContainers:
7979
# possible to replace the built bundle without rebuilding the pod.
8080
extraContainers:
8181
- name: plugin-sync
82-
image: busybox:1.37.0
82+
image: busybox:1.38.0
8383
imagePullPolicy: IfNotPresent
8484
command:
8585
- /bin/sh

0 commit comments

Comments
 (0)