We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6528982 commit e301a20Copy full SHA for e301a20
1 file changed
magento-phpstan/Dockerfile
@@ -1,7 +1,7 @@
1
FROM extdn/magento-integration-tests-action:7.4-latest AS builder
2
3
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
4
-RUN composer2 create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.1"
+RUN composer2 create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.3"
5
6
WORKDIR "/var/www/magento2ce"
7
RUN composer2 config --unset repo.0
0 commit comments