scandipwa / create-magento-app

A zero-configuration tool-chain which allows to deploy Magento 2 application in minutes!
https://docs.create-magento-app.com
Open Software License 3.0
32 stars 20 forks source link

Update PHP 8.1 and 7.4 images #115

Closed ejnshtein closed 1 year ago

ejnshtein commented 2 years ago

Update PHP 7.4 to 7.4.33 (final) and PHP 8.1 to 8.1.14

You will need Docker Desktop. Authorize your Docker instance with Github Docker Registry. Create token with this link: https://github.com/settings/tokens/new?scopes=write:packages

Use commands inside the container-images folder to build PHP 8.1 (make buildxpush-php-81-all) and PHP 7.4 (make buildxpush-php-74-all) images and push them to the registry.