Skip to content

Commit

Permalink
Merge branch '1.10'
Browse files Browse the repository at this point in the history
* 1.10:
  Update composer.json branch-alias
  [Docker] Update PHP and Node deps
  [Docker] Remove python dependency
  • Loading branch information
windragon0910 committed Jan 3, 2022
2 parents 86f7a34 + cbf919b commit a90b6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -118,7 +118,6 @@ RUN set -eux; \
gcc \
git \
make \
python2 \
;

# prevent the reinstallation of vendors at every changes in the source code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
"dev-master": "1.10-dev"
},
"symfony": {
"allow-contrib": false
Expand Down

0 comments on commit a90b6ed

Please sign in to comment.