diff --git a/Dockerfile b/Dockerfile index d14d6d0..aa0171d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # the different stages of this Dockerfile are meant to be built into separate images # https://docs.docker.com/compose/compose-file/#target -ARG PHP_VERSION=7.4 -ARG NODE_VERSION=12 +ARG PHP_VERSION=8.0 +ARG NODE_VERSION=14 ARG NGINX_VERSION=1.21 FROM php:${PHP_VERSION}-fpm-alpine AS sylius_php @@ -118,7 +118,6 @@ RUN set -eux; \ gcc \ git \ make \ - python2 \ ; # prevent the reinstallation of vendors at every changes in the source code diff --git a/composer.json b/composer.json index d2b9d04..52e617a 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.10-dev" }, "symfony": { "allow-contrib": false