PHP 7.2
Magento 2.3 extensions bundle
docker pull ghcr.io/scandipwa/create-magento-app:php-7.2-magento-2.3/** @type {import('@scandipwa/magento-scripts').CMAConfiguration} */
module.exports = {
// ... other configurations
configuration: {
php: {
baseImage: 'ghcr.io/scandipwa/create-magento-app:php-7.2-magento-2.3'
}
}
};Last updated