feat: move to php83
web/docker-ttrss/pipeline/head This commit looks good

This commit is contained in:
Julien Cabillot
2025-01-05 10:17:04 -05:00
parent a3f0ebfcd4
commit 7d141bb3b2
11 changed files with 13 additions and 14 deletions
Regular → Executable
+2 -2
View File
@@ -4,7 +4,7 @@
# regardless of how the package maintainer(s) named those.
rm -f /usr/bin/php
ln -s /usr/bin/php7 /usr/bin/php
ln -s /usr/bin/php83 /usr/bin/php
rm -f /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm7 /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm83 /usr/sbin/php-fpm