Incompatibility with PHP version 8.1 #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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