0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-29 14:10:53 +02:00

Set default PHP version to 7.3

Fixes #571

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2019-04-08 14:13:52 +02:00
parent 30b2cb2706
commit 09151270f2
7 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.2-fpm-alpine3.9
FROM php:7.3-fpm-alpine3.9
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@ -26,6 +26,7 @@ RUN set -ex; \
libpng-dev \
libmemcached-dev \
libxml2-dev \
libzip-dev \
openldap-dev \
pcre-dev \
postgresql-dev \