Skip to content

Commit 8d902ac

Browse files
committed
Use Composer 2.7.0 for PHP 8.3
1 parent ebb0e4c commit 8d902ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/php/8.3-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
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.23
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)