Problem/Motivation
- Updated the
Dockerfileto PHP 8.1.- The current
Dockerfilehttps://git.drupalcode.org/project/cloud/-/blob/6.x/deployments/docker/D... is running PHP 8.0, which is EOL now. Also, if we try to run Drupal 10, it is not supported anymore.
- The current
Issue fork cloud-3357545
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
baldwinlouie commented@yas, please review. This changes the community dockerfile to use Php8.1 instead of 8.0
Comment #4
yas@baldwinlouie
Thank you for the update. I'll merge the patch to
6.xonly, and close this issue as Fixed.Comment #5
yasComment #7
yas