Update busybox Docker tag to v1.38
renovate/stability-days Updates have met minimum release age requirement
renovate/stability-days Updates have met minimum release age requirement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user