diff --git a/php/8.3-apache/Dockerfile b/php/8.3-apache/Dockerfile index 73781f31a3d7252a7be724de97bec2d6a56ee47c..b0fb8b9be4de9a0e67ee4ad99c4cfb80a1862a6e 100644 --- a/php/8.3-apache/Dockerfile +++ b/php/8.3-apache/Dockerfile @@ -192,7 +192,7 @@ RUN set -xe &&\ RUN curl -sSLo /tmp/composer-setup.php https://getcomposer.org/installer &&\ curl -sSLo /tmp/composer-setup.sig https://composer.github.io/installer.sig &&\ php -r "if (hash('SHA384', file_get_contents('/tmp/composer-setup.php')) !== trim(file_get_contents('/tmp/composer-setup.sig'))) { unlink('/tmp/composer-setup.php'); echo 'Invalid installer' . PHP_EOL; exit(1); }" &&\ - php /tmp/composer-setup.php --filename composer --install-dir /usr/local/bin --version 2.7.9 &&\ + php /tmp/composer-setup.php --filename composer --install-dir /usr/local/bin &&\ curl -sSLo /usr/local/bin/drush https://github.com/drush-ops/drush/releases/download/8.3.5/drush.phar &&\ chmod +x /usr/local/bin/drush &&\ /usr/local/bin/drush --version diff --git a/php/8.3-ubuntu-apache/Dockerfile b/php/8.3-ubuntu-apache/Dockerfile index d611c5280ea97f352b0def5c51b5a11cf5862b1e..a4c0a41fb5dbe7de146adc0098412ee714ecd2e7 100644 --- a/php/8.3-ubuntu-apache/Dockerfile +++ b/php/8.3-ubuntu-apache/Dockerfile @@ -192,7 +192,7 @@ RUN set -xe &&\ RUN curl -sSLo /tmp/composer-setup.php https://getcomposer.org/installer &&\ curl -sSLo /tmp/composer-setup.sig https://composer.github.io/installer.sig &&\ php -r "if (hash('SHA384', file_get_contents('/tmp/composer-setup.php')) !== trim(file_get_contents('/tmp/composer-setup.sig'))) { unlink('/tmp/composer-setup.php'); echo 'Invalid installer' . PHP_EOL; exit(1); }" &&\ - php /tmp/composer-setup.php --filename composer --install-dir /usr/local/bin --version 2.8.0 &&\ + php /tmp/composer-setup.php --filename composer --install-dir /usr/local/bin &&\ curl -sSLo /usr/local/bin/drush https://github.com/drush-ops/drush/releases/download/8.3.5/drush.phar &&\ chmod +x /usr/local/bin/drush &&\ /usr/local/bin/drush --version