Skip to content

Commit

Permalink
Change the version of Composer from 2.2.0 to 2.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
YevhenZvieriev committed Mar 15, 2024
1 parent 33350b5 commit 77ed552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/php/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") \
&& rm -rf /tmp/blackfire /tmp/blackfire-probe.tar.gz

RUN curl -sS https://getcomposer.org/installer | \
php -- --install-dir=/usr/local/bin --filename=composer --version=2.2.0
php -- --install-dir=/usr/local/bin --filename=composer --version=2.2.18

COPY conf/blackfire.ini $PHP_INI_DIR/conf.d/blackfire.ini
COPY conf/msmtprc /etc/msmtprc
Expand Down

0 comments on commit 77ed552

Please sign in to comment.