wodby / php

Generic PHP docker container images
MIT License
156 stars 103 forks source link

Update sqlite to satisfy Drupal 11 #194

Closed weitzman closed 6 months ago

weitzman commented 7 months ago

The Drush builds for Drupal 11 (not yet released) are failing because sqlite is not at 3.45 version. Drupal refuses to install with a lower version. See https://app.circleci.com/pipelines/github/drush-ops/drush/6729/workflows/a22bddb1-a94c-4407-8ed2-4bfef5f119ff/jobs/39552. Any chance we can include a newer sqlite?

Drupal issue - https://www.drupal.org/project/drupal/issues/3346338

andypost commented 7 months ago

Alpine 3.20 is coming in next few weeks, which already has sqlite 3.45.3

andypost commented 7 months ago

meantime it make sense to build locally until official PHP images will transition to new Alpine