Browse Source

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

Fix #33163

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
pull/33220/head
techknowlogick 11 months ago committed by GitHub
parent
commit
189e7409b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docker/root/usr/bin/entrypoint

2
docker/root/usr/bin/entrypoint

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

Loading…
Cancel
Save