diff --git a/composer.lock b/composer.lock index 2fa41dca..6e49092f 100644 --- a/composer.lock +++ b/composer.lock @@ -3747,16 +3747,16 @@ }, { "name": "drupal/hdbt", - "version": "6.2.3", + "version": "6.2.5", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt.git", - "reference": "42da48940898bba23b0099d48ecc312b7af753b3" + "reference": "835b1b027ca543aad72d7417541e49fb5a71cff1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/42da48940898bba23b0099d48ecc312b7af753b3", - "reference": "42da48940898bba23b0099d48ecc312b7af753b3", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/835b1b027ca543aad72d7417541e49fb5a71cff1", + "reference": "835b1b027ca543aad72d7417541e49fb5a71cff1", "shasum": "" }, "require": { @@ -3774,10 +3774,10 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.2.3", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.2.5", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt/issues" }, - "time": "2023-12-21T06:46:53+00:00" + "time": "2023-12-21T12:33:14+00:00" }, { "name": "drupal/hdbt_admin", @@ -4170,16 +4170,16 @@ }, { "name": "drupal/helfi_proxy", - "version": "3.1.1", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy.git", - "reference": "b14b5fc48eb3df0c88b2e77176561c94402674bf" + "reference": "cab652f056b9a8d8e9e435a758403408cb752c60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-proxy/zipball/b14b5fc48eb3df0c88b2e77176561c94402674bf", - "reference": "b14b5fc48eb3df0c88b2e77176561c94402674bf", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-proxy/zipball/cab652f056b9a8d8e9e435a758403408cb752c60", + "reference": "cab652f056b9a8d8e9e435a758403408cb752c60", "shasum": "" }, "require": { @@ -4215,10 +4215,10 @@ ], "description": "Provides various fixes so we can serve multiple Drupal instances in one domain.", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy/tree/3.1.1", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy/tree/3.2.0", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy/issues" }, - "time": "2023-11-07T08:55:52+00:00" + "time": "2023-12-21T07:53:51+00:00" }, { "name": "drupal/helfi_tpr", @@ -4264,16 +4264,16 @@ }, { "name": "drupal/helfi_tunnistamo", - "version": "3.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-tunnistamo.git", - "reference": "a866ceb3c42f72bef8c2ae9878b24490f257607c" + "reference": "9e53539beaf01023ee23783560fb5b4c2f958ba5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tunnistamo/zipball/a866ceb3c42f72bef8c2ae9878b24490f257607c", - "reference": "a866ceb3c42f72bef8c2ae9878b24490f257607c", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tunnistamo/zipball/9e53539beaf01023ee23783560fb5b4c2f958ba5", + "reference": "9e53539beaf01023ee23783560fb5b4c2f958ba5", "shasum": "" }, "require": { @@ -4290,10 +4290,10 @@ ], "description": "Tunnistamo integration", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tunnistamo/tree/3.0.1", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tunnistamo/tree/3.0.2", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-tunnistamo/issues" }, - "time": "2023-12-20T09:14:52+00:00" + "time": "2023-12-21T07:28:26+00:00" }, { "name": "drupal/image_style_quality", diff --git a/docker-compose.yml b/docker-compose.yml index 941446d7..9318a816 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,6 +29,7 @@ services: SIMPLETEST_BASE_URL: "http://app:8888" SIMPLETEST_DB: "mysql://drupal:drupal@db:3306/drupal" BROWSERTEST_OUTPUT_BASE_URL: "https://${DRUPAL_HOSTNAME}" + BROWSERTEST_OUTPUT_DIRECTORY: "/app/public/sites/default/files/simpletest" DRUPAL_VARNISH_HOST: "${COMPOSE_PROJECT_NAME}-varnish" DRUPAL_VARNISH_PORT: 6081 REDIS_HOST: redis