Skip to content

Commit

Permalink
Use updated path to s6-svscan after alpine upgrade (#33185) (#33188)
Browse files Browse the repository at this point in the history
Backport #33185 by @techknowlogick

Fix #33163

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
  • Loading branch information
3 people authored Jan 10, 2025
1 parent 45d21a0 commit 940a930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/root/usr/bin/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 940a930

Please sign in to comment.