From 9f3612a0e31a923f189de35f1019079457045222 Mon Sep 17 00:00:00 2001 From: Holger Kreis Date: Tue, 19 Dec 2023 13:59:55 +0100 Subject: [PATCH] Update Drupal Core, Mark-a-Spot, add more RAM to php container --- Dockerfile | 3 + composer.lock | 216 ++++++++++++++++---------------------------------- conf/php.ini | 1 + 3 files changed, 72 insertions(+), 148 deletions(-) create mode 100644 conf/php.ini diff --git a/Dockerfile b/Dockerfile index 4cce3ced..de785e78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,9 @@ RUN apk add --no-cache \ && docker-php-ext-install -j$(nproc) gd \ && apk del --no-cache .build-deps +# Copy custom php.ini +COPY conf/php.ini "$PHP_INI_DIR/php.ini" + # Copy composer files to image COPY composer.json composer.lock ./ diff --git a/composer.lock b/composer.lock index 2384aa3d..79edf51a 100644 --- a/composer.lock +++ b/composer.lock @@ -167,16 +167,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.293.7", + "version": "3.294.2", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "3bf86ba8b9bbea2b298f89e6f5edc58de276690b" + "reference": "e6a63e39fed0fd9fb553af42e99aaf8d7c104c88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3bf86ba8b9bbea2b298f89e6f5edc58de276690b", - "reference": "3bf86ba8b9bbea2b298f89e6f5edc58de276690b", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e6a63e39fed0fd9fb553af42e99aaf8d7c104c88", + "reference": "e6a63e39fed0fd9fb553af42e99aaf8d7c104c88", "shasum": "" }, "require": { @@ -256,9 +256,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.293.7" + "source": "https://github.com/aws/aws-sdk-php/tree/3.294.2" }, - "time": "2023-12-08T19:11:21+00:00" + "time": "2023-12-18T19:11:16+00:00" }, { "name": "caxy/php-htmldiff", @@ -2018,87 +2018,6 @@ "source": "https://git.drupalcode.org/project/address" } }, - { - "name": "drupal/admin_toolbar", - "version": "3.4.2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/admin_toolbar.git", - "reference": "3.4.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.4.2.zip", - "reference": "3.4.2", - "shasum": "f5a008e5c73f5a11c6c8067c0ea6ebb76aa33854" - }, - "require": { - "drupal/core": "^9.2 || ^10" - }, - "require-dev": { - "drupal/admin_toolbar_tools": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "3.4.2", - "datestamp": "1696006195", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Wilfrid Roze (eme)", - "homepage": "https://www.drupal.org/u/eme", - "role": "Maintainer" - }, - { - "name": "Romain Jarraud (romainj)", - "homepage": "https://www.drupal.org/u/romainj", - "role": "Maintainer" - }, - { - "name": "Adrian Cid Almaguer (adriancid)", - "homepage": "https://www.drupal.org/u/adriancid", - "email": "adriancid@gmail.com", - "role": "Maintainer" - }, - { - "name": "Mohamed Anis Taktak (matio89)", - "homepage": "https://www.drupal.org/u/matio89", - "role": "Maintainer" - }, - { - "name": "matio89", - "homepage": "https://www.drupal.org/user/2320090" - }, - { - "name": "Musa.thomas", - "homepage": "https://www.drupal.org/user/1213824" - }, - { - "name": "romainj", - "homepage": "https://www.drupal.org/user/370706" - } - ], - "description": "Provides a drop-down menu interface to the core Drupal Toolbar.", - "homepage": "http://drupal.org/project/admin_toolbar", - "keywords": [ - "Drupal", - "Toolbar" - ], - "support": { - "source": "https://git.drupalcode.org/project/admin_toolbar", - "issues": "https://www.drupal.org/project/issues/admin_toolbar" - } - }, { "name": "drupal/backup_migrate", "version": "5.0.3", @@ -2431,16 +2350,16 @@ }, { "name": "drupal/core-composer-scaffold", - "version": "10.1.7", + "version": "10.2.0", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "6a2d817ccb59fdb7e6b3720a1478b0d00b475445" + "reference": "97bd91856535a354e9b1b815f0957893e26b6622" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/6a2d817ccb59fdb7e6b3720a1478b0d00b475445", - "reference": "6a2d817ccb59fdb7e6b3720a1478b0d00b475445", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/97bd91856535a354e9b1b815f0957893e26b6622", + "reference": "97bd91856535a354e9b1b815f0957893e26b6622", "shasum": "" }, "require": { @@ -2475,9 +2394,9 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.1.7" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.0" }, - "time": "2023-11-15T23:23:43+00:00" + "time": "2023-11-15T23:23:28+00:00" }, { "name": "drupal/core-recommended", @@ -3716,17 +3635,17 @@ }, { "name": "drupal/gin", - "version": "3.0.0-rc7", + "version": "3.0.0-rc8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin.git", - "reference": "8.x-3.0-rc7" + "reference": "8.x-3.0-rc8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc7.zip", - "reference": "8.x-3.0-rc7", - "shasum": "9f91862fc82ef8b0adbf34b26caa3c42d4f1f6b2" + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc8.zip", + "reference": "8.x-3.0-rc8", + "shasum": "656520834445c7b34986f2340b5261637cfee3ca" }, "require": { "drupal/core": "^9 || ^10", @@ -3735,8 +3654,8 @@ "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-3.0-rc7", - "datestamp": "1697193234", + "version": "8.x-3.0-rc8", + "datestamp": "1702729136", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -3778,17 +3697,17 @@ }, { "name": "drupal/gin_toolbar", - "version": "1.0.0-rc4", + "version": "1.0.0-rc5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_toolbar.git", - "reference": "8.x-1.0-rc4" + "reference": "8.x-1.0-rc5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc4.zip", - "reference": "8.x-1.0-rc4", - "shasum": "4f5fa958362b02804564302b0dfceb39e1b38119" + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc5.zip", + "reference": "8.x-1.0-rc5", + "shasum": "523b565244440a16fa447065a98841770992bd2e" }, "require": { "drupal/core": "^9 || ^10" @@ -3796,8 +3715,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc4", - "datestamp": "1697192878", + "version": "8.x-1.0-rc5", + "datestamp": "1702727588", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -4065,10 +3984,6 @@ "name": "oknate", "homepage": "https://www.drupal.org/user/471638" }, - { - "name": "podarok", - "homepage": "https://www.drupal.org/user/116002" - }, { "name": "ram4nd", "homepage": "https://www.drupal.org/user/601534" @@ -6399,16 +6314,16 @@ }, { "name": "league/csv", - "version": "9.12.0", + "version": "9.13.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "c1dc31e23eb3cd0f7b537ee1a669d5f58d5cfe21" + "reference": "3690cc71bfe8dc3b6daeef356939fac95348f0a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/c1dc31e23eb3cd0f7b537ee1a669d5f58d5cfe21", - "reference": "c1dc31e23eb3cd0f7b537ee1a669d5f58d5cfe21", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/3690cc71bfe8dc3b6daeef356939fac95348f0a8", + "reference": "3690cc71bfe8dc3b6daeef356939fac95348f0a8", "shasum": "" }, "require": { @@ -6423,11 +6338,11 @@ "ext-xdebug": "*", "friendsofphp/php-cs-fixer": "^v3.22.0", "phpbench/phpbench": "^1.2.15", - "phpstan/phpstan": "^1.10.46", + "phpstan/phpstan": "^1.10.50", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.2", - "phpunit/phpunit": "^10.4.2", + "phpunit/phpunit": "^10.5.3", "symfony/var-dumper": "^6.4.0" }, "suggest": { @@ -6484,7 +6399,7 @@ "type": "github" } ], - "time": "2023-12-01T17:54:07+00:00" + "time": "2023-12-16T11:03:20+00:00" }, { "name": "maennchen/zipstream-php", @@ -6591,19 +6506,18 @@ "source": { "type": "git", "url": "https://github.com/markaspot/markaspot.git", - "reference": "40110dc532f2ecc3e312c1d029a6c757fa87488b" + "reference": "66ba837cf1b4e2a61052598cccef81f860b823a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/markaspot/markaspot/zipball/40110dc532f2ecc3e312c1d029a6c757fa87488b", - "reference": "40110dc532f2ecc3e312c1d029a6c757fa87488b", + "url": "https://api.github.com/repos/markaspot/markaspot/zipball/66ba837cf1b4e2a61052598cccef81f860b823a7", + "reference": "66ba837cf1b4e2a61052598cccef81f860b823a7", "shasum": "" }, "require": { "anthonymartin/geo-location": "^1.0", "composer/installers": "^1.2", "drupal/address": "~1.0", - "drupal/admin_toolbar": "^3", "drupal/color_field": "^3", "drupal/ctools": "3.x-dev", "drupal/diff": "^1.0", @@ -6713,7 +6627,7 @@ "issues": "https://github.com/markaspot/markaspot/issues", "source": "https://github.com/markaspot/markaspot/tree/10.6.x-dev" }, - "time": "2023-12-09T05:15:44+00:00" + "time": "2023-12-19T11:06:13+00:00" }, { "name": "markbaker/complex", @@ -7100,16 +7014,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.17.1", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { @@ -7150,9 +7064,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2023-08-13T19:53:39+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "npm-asset/abbrev", @@ -7252,10 +7166,10 @@ }, { "name": "npm-asset/babel--parser", - "version": "7.23.3", + "version": "7.23.6", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.3.tgz" + "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz" }, "type": "npm-asset", "license": [ @@ -8222,10 +8136,16 @@ }, { "name": "npm-asset/nanoid", - "version": "3.3.6", + "version": "3.x-dev", + "source": { + "type": "git", + "url": "https://github.com/ai/nanoid.git", + "reference": "8210dfb9fc01efcf354c00a1b7e1948f1bebb32f" + }, "dist": { - "type": "tar", - "url": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz" + "type": "zip", + "url": "https://api.github.com/repos/ai/nanoid/zipball/8210dfb9fc01efcf354c00a1b7e1948f1bebb32f", + "reference": "8210dfb9fc01efcf354c00a1b7e1948f1bebb32f" }, "type": "npm-asset", "license": [ @@ -8357,13 +8277,13 @@ }, { "name": "npm-asset/postcss", - "version": "8.4.31", + "version": "8.4.32", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz" + "url": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz" }, "require": { - "npm-asset/nanoid": ">=3.3.6,<4.0.0", + "npm-asset/nanoid": ">=3.3.7,<4.0.0", "npm-asset/picocolors": ">=1.0.0,<2.0.0", "npm-asset/source-map-js": ">=1.0.2,<2.0.0" }, @@ -13311,16 +13231,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.24.4", + "version": "1.24.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496" + "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6bd0c26f3786cd9b7c359675cb789e35a8e07496", - "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fedf211ff14ec8381c9bf5714e33a7a552dd1acc", + "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc", "shasum": "" }, "require": { @@ -13352,22 +13272,22 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.4" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.5" }, - "time": "2023-11-26T18:29:22+00:00" + "time": "2023-12-16T09:33:33+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.48", + "version": "1.10.50", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "087ed4b5f4a7a6e8f3bbdfbfe98ce5c181380bc6" + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/087ed4b5f4a7a6e8f3bbdfbfe98ce5c181380bc6", - "reference": "087ed4b5f4a7a6e8f3bbdfbfe98ce5c181380bc6", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", "shasum": "" }, "require": { @@ -13416,7 +13336,7 @@ "type": "tidelift" } ], - "time": "2023-12-08T14:34:28+00:00" + "time": "2023-12-13T10:59:42+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", diff --git a/conf/php.ini b/conf/php.ini new file mode 100644 index 00000000..5391bc87 --- /dev/null +++ b/conf/php.ini @@ -0,0 +1 @@ +memory_limit = 256M