mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-27 13:30:54 +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:
parent
30b2cb2706
commit
09151270f2
7 changed files with 13 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||
FROM php:7.2-apache-stretch
|
||||
FROM php:7.3-apache-stretch
|
||||
|
||||
# entrypoint.sh and cron.sh dependencies
|
||||
RUN set -ex; \
|
||||
|
@ -35,6 +35,7 @@ RUN set -ex; \
|
|||
libpq-dev \
|
||||
libxml2-dev \
|
||||
libmagickwand-dev \
|
||||
libzip-dev \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue