mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Upgrade Composer
This commit is contained in:
parent
bddb86a4c7
commit
e84ad7390a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ RUN apt-get install -y \
|
|||
wget
|
||||
|
||||
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
|
||||
php composer-setup.php --install-dir=/usr/bin --filename=composer --version=1.10.19 && \
|
||||
php composer-setup.php --install-dir=/usr/bin --filename=composer --version=1.10.22 && \
|
||||
php -r "unlink('composer-setup.php');"
|
||||
|
||||
RUN mkdir -p ~/.ssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue