Skip to content

Commit

Permalink
Update busybox Docker tag to v1.37 (#694)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 73b53fe commit ca16374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
depends_on:
- "volume-owner"
volume-owner:
image: busybox:1.36
image: busybox:1.37
command: |
chown -R 65532:65532 /data
volumes:
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifests/api-server/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
initContainers:
- name: file-owner
image: busybox:1.36
image: busybox:1.37
command: ["chown", "-R", "65532:65532", "/data"]
volumeMounts:
- mountPath: /data
Expand Down

0 comments on commit ca16374

Please sign in to comment.