Use updated path to s6-svscan after alpine upgrade (#33185) (#33188)

Backport #33185 by @techknowlogick

Fix #33163

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
pull/33192/head
Giteabot 3 weeks ago committed by GitHub
parent 45d21a0d5c
commit 940a930d13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docker/root/usr/bin/entrypoint

@ -37,5 +37,5 @@ done
if [ $# -gt 0 ]; then if [ $# -gt 0 ]; then
exec "$@" exec "$@"
else else
exec /bin/s6-svscan /etc/s6 exec /usr/bin/s6-svscan /etc/s6
fi fi

Loading…
Cancel
Save