Skip to content

Commit 497664f

Browse files
committed
8.1+ images should get latest composer 2
1 parent dc16b25 commit 497664f

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
@@ -57,7 +57,7 @@ RUN \
5757
RUN install-php-extensions xdebug \
5858
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini
5959

60-
RUN install-php-extensions @composer-2.2.24
60+
RUN install-php-extensions @composer-2
6161

6262
RUN \
6363
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
@@ -57,7 +57,7 @@ RUN \
5757
RUN install-php-extensions xdebug \
5858
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini
5959

60-
RUN install-php-extensions @composer-2.2.24
60+
RUN install-php-extensions @composer-2
6161

6262
RUN \
6363
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
@@ -57,7 +57,7 @@ RUN \
5757
RUN install-php-extensions xdebug \
5858
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini
5959

60-
RUN install-php-extensions @composer-2.2.24
60+
RUN install-php-extensions @composer-2
6161

6262
RUN \
6363
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
@@ -57,7 +57,7 @@ RUN \
5757
RUN install-php-extensions xdebug \
5858
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini
5959

60-
RUN install-php-extensions @composer-2.2.24
60+
RUN install-php-extensions @composer-2
6161

6262
RUN \
6363
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
@@ -68,7 +68,7 @@ RUN \
6868
RUN install-php-extensions xdebug \
6969
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini
7070

71-
RUN install-php-extensions @composer-2.2.24
71+
RUN install-php-extensions @composer-2
7272

7373
RUN \
7474
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
@@ -69,7 +69,7 @@ RUN \
6969
RUN install-php-extensions xdebug \
7070
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini
7171

72-
RUN install-php-extensions @composer-2.2.24
72+
RUN install-php-extensions @composer-2
7373

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

0 commit comments

Comments
 (0)