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
+2 -2
View File
@@ -168,7 +168,7 @@ spec:
initContainers:
# Wait for PostgreSQL
- name: wait-for-db
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c
@@ -181,7 +181,7 @@ spec:
echo "PostgreSQL is ready!"
# Wait for Redis
- name: wait-for-redis
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c