Skip to content

Commit

Permalink
PHP upgraded to version 7.4 (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
henzigo authored Apr 20, 2020
1 parent 2f97c8a commit 3275520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prezent/doctrine-translatable-bundle": "^1.0.3",
"sensio/framework-extra-bundle": "^5.2",
"sensiolabs/security-checker": "^6.0",
"shopsys/doctrine-orm": "^2.6.2",
"shopsys/doctrine-orm": "^2.6.6",
"shopsys/google-cloud-bundle": "9.0.x-dev",
"shopsys/postgres-search-bundle": "^0.2",
"shopsys/migrations": "9.0.x-dev",
Expand Down
4 changes: 2 additions & 2 deletions docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3-fpm-stretch as base
FROM php:7.4-fpm-buster as base

ARG project_root=.

Expand Down Expand Up @@ -44,7 +44,7 @@ RUN apt-get update && \
apt-get clean

# "gd" extension needs to have specified jpeg and freetype dir for jpg/jpeg images support
RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/
RUN docker-php-ext-configure gd --with-freetype --with-jpeg

# install necessary tools for running application
RUN docker-php-ext-install \
Expand Down

0 comments on commit 3275520

Please sign in to comment.