diff --git a/composer.json b/composer.json index 89f7293..35c874e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "phoenix-media/magento2-cloud-build", "description": "Dockerfile, configurations and scripts to build Magento2 Docker images.", "type": "library", - "version": "1.0.19", + "version": "1.0.20", "license": [ "OSL-3.0" ], diff --git a/dist/Dockerfile b/dist/Dockerfile index 2b20381..9a14d80 100644 --- a/dist/Dockerfile +++ b/dist/Dockerfile @@ -1,4 +1,4 @@ -FROM phoenixmedia/nginx-php:7.3 +FROM phoenixmedia/nginx-php:7.4 COPY /docker/conf/php/php.ini /etc/php7/php.ini COPY --chown=nginx:nginx src/ /var/www/html/