Skip to content

Commit 9998e56

Browse files
authored
Merge pull request #124 from magento-commerce/fix-compose-vulnerability
MCLOUD-11870: Composer Vulnerability (CVE-2024-24821)
2 parents a195268 + 7673bba commit 9998e56

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

images/php/8.0-cli/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN if [ $(uname -m) = "x86_64" ]; then mailhog_arch="amd64"; else mailhog_arch=
1212

1313
FROM php:8.0.14-cli
1414

15-
ARG COMPOSER_VERSION=2.1.14
15+
ARG COMPOSER_VERSION=2.2.23
1616
ARG MAGENTO_ROOT=/app
1717
ARG COMPOSER_ALLOW_SUPERUSER=1
1818
ARG COMPOSER_HOME=/composer

images/php/8.1-cli/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN if [ $(uname -m) = "x86_64" ]; then mailhog_arch="amd64"; else mailhog_arch=
1212

1313
FROM php:8.1.1-cli
1414

15-
ARG COMPOSER_VERSION=2.1.14
15+
ARG COMPOSER_VERSION=2.2.23
1616
ARG MAGENTO_ROOT=/app
1717
ARG COMPOSER_ALLOW_SUPERUSER=1
1818
ARG COMPOSER_HOME=/composer

images/php/8.2-cli/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN if [ $(uname -m) = "x86_64" ]; then mailhog_arch="amd64"; else mailhog_arch=
1212

1313
FROM php:8.2-cli
1414

15-
ARG COMPOSER_VERSION=2.2.18
15+
ARG COMPOSER_VERSION=2.2.23
1616
ARG MAGENTO_ROOT=/app
1717
ARG COMPOSER_ALLOW_SUPERUSER=1
1818
ARG COMPOSER_HOME=/composer

images/php/8.3-cli/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN if [ $(uname -m) = "x86_64" ]; then mailhog_arch="amd64"; else mailhog_arch=
1212

1313
FROM php:8.3-cli
1414

15-
ARG COMPOSER_VERSION=2.2.18
15+
ARG COMPOSER_VERSION=2.7.0
1616
ARG MAGENTO_ROOT=/app
1717
ARG COMPOSER_ALLOW_SUPERUSER=1
1818
ARG COMPOSER_HOME=/composer

0 commit comments

Comments
 (0)