0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-28 05:40:55 +02:00

Upgrade PHP to 7.4 for 19.0 (#1108)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2020-05-23 22:34:08 +00:00 committed by GitHub
parent ccdf46609f
commit ba1500b05e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 18 deletions

View file

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.3-fpm-alpine3.11
FROM php:7.4-fpm-alpine3.11
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@ -35,7 +35,7 @@ RUN set -ex; \
gmp-dev \
; \
\
docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
docker-php-ext-configure ldap; \
docker-php-ext-install -j "$(nproc)" \
exif \