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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I created an app and set
PHP_VERSION=8.1. The deployment fails because there isNo such image: php:8.1-fpm-alpine3.13, which I can confirm by looking at the Docker Hub website. It only goes until8.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?Done, please reopen if you still hit any issues @dwaxweiler