lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
927 stars 313 forks source link

Force rebuild for composer 2 #63

Closed siegerhansma closed 3 years ago

siegerhansma commented 3 years ago

Composer 2 was released a few weeks ago. I think your repository doesn't need any updates for this, but a rebuild of the images should be enough. Is this something that will happen soon? Thanks!

lorisleiva commented 3 years ago

Hi there 👋

Thanks for letting me know, the images have been rebuilt successfully.

Could you please let me know if that resolves the issue? 🙂

bigperson commented 3 years ago

@lorisleiva How to use composer V1 via your images?

lorisleiva commented 3 years ago

I suppose you would need to run the script composer self-update --1 before your script.

siegerhansma commented 3 years ago

Sorry for my late response. The composer steps in my builds are going a lot quicker since the rebuild of the image, so I think is a success. Thanks for the quick response!