Merge pull request 'chore(deps): update busybox docker tag to v1.36' (#103) from renovate/busybox-1.x into main

Reviewed-on: #103
This commit is contained in:
Mathis 2024-06-03 13:25:09 +00:00
commit 05443e12ac
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ spec:
fsGroup: 1001
initContainers:
- name: wait-for-gitea
image: busybox:1.28
image: busybox:1.36@sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb
command: ['sh', '-c', "until wget https://git.namesny.com 2>/dev/null; do echo waiting for gitea; sleep 2; done"]
containers:
- name: runner