Julien Cabillot 7d141bb3b2
All checks were successful
web/docker-ttrss/pipeline/head This commit looks good
feat: move to php83
2025-01-05 18:11:59 -05:00

11 lines
261 B
Plaintext
Executable File

#!/usr/bin/with-contenv sh
# Make sure to have a defined set of PHP binaries,
# regardless of how the package maintainer(s) named those.
rm -f /usr/bin/php
ln -s /usr/bin/php83 /usr/bin/php
rm -f /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm83 /usr/sbin/php-fpm