markshust / docker-magento

Mark Shust's Docker Configuration for Magento
https://m.academy/courses/set-up-magento-2-development-environment-docker/
MIT License
2.58k stars 1.01k forks source link

Pin Docker Compose v2.6.6 #1090

Closed Stoyvo closed 8 months ago

Stoyvo commented 8 months ago

Magento's composer plugin hasn't been updated in over a year, they merged a composer 7 fix but haven't released it... So we'll pin the version for now.

https://github.com/magento/composer-root-update-plugin/issues/40

markshust commented 8 months ago

Thank you -- I believe we should be pinning down all versions everywhere, anyways. Merging in 👍

markshust commented 8 months ago

FYI, note that any changes made to one PHP version should almost always be made to all of the related docker images. I updated this so it affects all versions.