Skip to content

Commit e301a20

Browse files
committed
Magento 2.4.3 upgrade
1 parent 6528982 commit e301a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

magento-phpstan/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM extdn/magento-integration-tests-action:7.4-latest AS builder
22

33
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"
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.3"
55

66
WORKDIR "/var/www/magento2ce"
77
RUN composer2 config --unset repo.0

0 commit comments

Comments
 (0)