Incompatibility with PHP version 8.1 #2

Closed
opened 2024-09-04 06:44:06 +00:00 by dwaxweiler · 1 comment

I created an app and set PHP_VERSION=8.1. The deployment fails because there is No such image: php:8.1-fpm-alpine3.13, which I can confirm by looking at the Docker Hub website. It only goes until 8.0.13-fpm-alpine3.13, but this image is also already 3 years old. Could you change the recipe to enable the creation of an app with PHP version 8.1 with a current image please?

I created an app and set `PHP_VERSION=8.1`. The deployment fails because there is `No such image: php:8.1-fpm-alpine3.13`, which I can confirm by looking at the Docker Hub website. It only goes until `8.0.13-fpm-alpine3.13`, but this image is also already 3 years old. Could you change the recipe to enable the creation of an app with PHP version 8.1 with a current image please?
Owner

Done, please reopen if you still hit any issues @dwaxweiler

Done, please reopen if you still hit any issues @dwaxweiler
Sign in to join this conversation.
No description provided.