Upgrade to Drupal 11

This commit is contained in:
Oliver Davies 2024-08-10 11:58:21 +01:00
parent 5ed273040f
commit 941a58ed6a
6 changed files with 1208 additions and 1094 deletions

View file

@ -1,6 +1,6 @@
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
FROM php:8.2-fpm-bullseye AS base
FROM php:8.3-fpm-bullseye AS base
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
RUN which composer && composer -V