Skip to content

Commit 61c41f1

Browse files
committed
8.1+ images should get latest composer 2
1 parent aabc698 commit 61c41f1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

images/8.1-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
&& install-php-extensions xdebug \
4747
&& install-php-extensions zip
4848

49-
RUN install-php-extensions @composer-2.2.24
49+
RUN install-php-extensions @composer-2
5050

5151
RUN \
5252
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \

images/8.1-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
&& install-php-extensions xdebug \
4747
&& install-php-extensions zip
4848

49-
RUN install-php-extensions @composer-2.2.24
49+
RUN install-php-extensions @composer-2
5050

5151
RUN \
5252
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \

images/8.2-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
&& install-php-extensions xdebug \
4747
&& install-php-extensions zip
4848

49-
RUN install-php-extensions @composer-2.2.24
49+
RUN install-php-extensions @composer-2
5050

5151
RUN \
5252
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \

images/8.2-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
&& install-php-extensions xdebug \
4747
&& install-php-extensions zip
4848

49-
RUN install-php-extensions @composer-2.2.24
49+
RUN install-php-extensions @composer-2
5050

5151
RUN \
5252
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \

images/8.3-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
&& install-php-extensions xdebug \
4747
&& install-php-extensions zip
4848

49-
RUN install-php-extensions @composer-2.2.24
49+
RUN install-php-extensions @composer-2
5050

5151
RUN \
5252
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \

images/8.3-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
&& install-php-extensions xdebug \
4747
&& install-php-extensions zip
4848

49-
RUN install-php-extensions @composer-2.2.24
49+
RUN install-php-extensions @composer-2
5050

5151
RUN \
5252
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \

0 commit comments

Comments
 (0)