Update busybox Docker tag to v1.38
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Renovate Bot
2026-06-06 00:04:43 +00:00
parent da1e8045d0
commit 03b8af9b78
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ spec:
initContainers:
# Create public directory if it doesn't exist
- name: init-public-dir
image: busybox:1.36
image: busybox:1.38
command: ["sh", "-c", "mkdir -p /srv/public && chmod 755 /srv/public"]
volumeMounts:
- name: data