Skip to content

Commit

Permalink
8.1+ images should get latest composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Dec 17, 2024
1 parent dc16b25 commit 497664f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion images/8.1-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN \
RUN install-php-extensions xdebug \
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini

RUN install-php-extensions @composer-2.2.24
RUN install-php-extensions @composer-2

RUN \
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
Expand Down
2 changes: 1 addition & 1 deletion images/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN \
RUN install-php-extensions xdebug \
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini

RUN install-php-extensions @composer-2.2.24
RUN install-php-extensions @composer-2

RUN \
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
Expand Down
2 changes: 1 addition & 1 deletion images/8.2-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN \
RUN install-php-extensions xdebug \
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini

RUN install-php-extensions @composer-2.2.24
RUN install-php-extensions @composer-2

RUN \
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
Expand Down
2 changes: 1 addition & 1 deletion images/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN \
RUN install-php-extensions xdebug \
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini

RUN install-php-extensions @composer-2.2.24
RUN install-php-extensions @composer-2

RUN \
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
Expand Down
2 changes: 1 addition & 1 deletion images/8.3-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN \
RUN install-php-extensions xdebug \
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini

RUN install-php-extensions @composer-2.2.24
RUN install-php-extensions @composer-2

RUN \
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
Expand Down
2 changes: 1 addition & 1 deletion images/8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN \
RUN install-php-extensions xdebug \
&& rm -f /usr/local/etc/php/conf.d/*xdebug.ini

RUN install-php-extensions @composer-2.2.24
RUN install-php-extensions @composer-2

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

0 comments on commit 497664f

Please sign in to comment.