ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
230 stars 78 forks source link

PHP 7.4 is now deprecated #140

Closed SerenModz21 closed 1 year ago

SerenModz21 commented 2 years ago

Pterodactyl 1.10.x and wings 1.7.x have now deprecated PHP 7.4 and 8.0. I was going to update the images to PHP 8.1 but I noticed that alpine:3.15 doesn't have a package for it (apk search php8.1). However, the PHP image has a tag for 8.1 alpine and one for alpine 3.15. I'm not sure how you would like the docker images to be so I have not made the change myself.

From looking at Pterodactyl's Dockerfile, I found they use the php:8.1-fpm-alpine image.

docs warning dane mention