Update Drupal core to 10.1.5.

This commit is contained in:
Michael Stenta 2023-10-05 16:19:16 -04:00
parent f0f0b7fa1b
commit 5e6a428eb9
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^3.3",
"drupal/core": "10.0.4",
"drupal/core": "10.1.5",
"drupal/config_update": "^2.0@alpha",
"drupal/consumers": "^1.15",
"drupal/csv_serialization": "^3.0@beta",

View File

@ -1,7 +1,7 @@
{
"require": {
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "10.0.4"
"drupal/core-composer-scaffold": "10.1.5"
},
"require-dev": {
"behat/mink": "^1.10",

View File

@ -1,5 +1,5 @@
# Inherit from the Drupal 10 image on Docker Hub.
FROM drupal:10.0
FROM drupal:10.1
# Set the farmOS and composer project repository URLs and versions.
ARG FARMOS_REPO=https://github.com/farmOS/farmOS.git