Skip to content

Commit 890c8fd

Browse files
authored
COMPOSER_VERSION=2.5.4
1 parent e1e14c7 commit 890c8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG PHP_VERSION=8.2.3
77
ARG PYTHON_VERSION=3.10.8
88

99
# https://hub.docker.com/_/composer
10-
ARG COMPOSER_VERSION=2.3.10
10+
ARG COMPOSER_VERSION=2.5.4
1111

1212
FROM composer:$COMPOSER_VERSION AS php-composer
1313
RUN /usr/bin/composer -v

0 commit comments

Comments
 (0)