From 0bfef6bb3ac79fa6d9953f842e84c6441aaf7eb7 Mon Sep 17 00:00:00 2001 From: Shelane French Date: Fri, 4 Oct 2024 07:44:24 -0700 Subject: [PATCH] updates composer 2.8.0 => 2.8.1 --- 8.1/Dockerfile | 2 +- 8.2/Dockerfile | 2 +- 8.3/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/8.1/Dockerfile b/8.1/Dockerfile index f8b85b76..98413a5e 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -240,7 +240,7 @@ RUN set -xe; \ ENV \ COMPOSER_DEFAULT_VERSION=2 \ COMPOSER_VERSION=1.10.27 \ - COMPOSER2_VERSION=2.8.0 \ + COMPOSER2_VERSION=2.8.1 \ DRUSH_VERSION=8.4.12 \ DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \ WPCLI_VERSION=2.11.0 \ diff --git a/8.2/Dockerfile b/8.2/Dockerfile index eaf8eedc..d6420bb1 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -241,7 +241,7 @@ RUN set -xe; \ ENV \ COMPOSER_DEFAULT_VERSION=2 \ COMPOSER_VERSION=1.10.27 \ - COMPOSER2_VERSION=2.8.0 \ + COMPOSER2_VERSION=2.8.1 \ DRUSH_VERSION=8.4.12 \ DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \ WPCLI_VERSION=2.11.0 \ diff --git a/8.3/Dockerfile b/8.3/Dockerfile index ef74e237..0cd0ced9 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -250,7 +250,7 @@ RUN set -xe; \ ENV \ COMPOSER_DEFAULT_VERSION=2 \ COMPOSER_VERSION=1.10.27 \ - COMPOSER2_VERSION=2.8.0 \ + COMPOSER2_VERSION=2.8.1 \ DRUSH_VERSION=8.4.12 \ DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \ WPCLI_VERSION=2.11.0 \