Skip to content

Commit a34e607

Browse files
committed
Reverted composer version to 2.2
1 parent 46488ca commit a34e607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN echo 'sendmail_path="/root/go/bin/mhsendmail --smtp-addr=mailhog:1025"' >> /
3636
RUN echo "memory_limit=4G" >> /usr/local/etc/php/conf.d/memory_limit.ini
3737

3838
# Install Composer
39-
RUN cd /usr/src && curl https://getcomposer.org/download/2.5.1/composer.phar --output composer.phar | php
39+
RUN cd /usr/src && curl https://getcomposer.org/download/2.2.18/composer.phar --output composer.phar | php
4040
RUN cd /usr/src && mv composer.phar /usr/bin/composer
4141
RUN chmod +x /usr/bin/composer
4242

0 commit comments

Comments
 (0)