Merge pull request #416 from nextcloud/php-7.2
Switch to php 7.2 for nextcloud 13.0 and greater
This commit is contained in:
commit
e4b29de140
@ -43,7 +43,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
@ -37,7 +37,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
@ -43,7 +43,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||||
FROM php:7.1-apache-stretch
|
FROM php:7.2-apache-stretch
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
@ -43,7 +43,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
||||||
FROM php:7.1-fpm-alpine3.7
|
FROM php:7.2-fpm-alpine3.7
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
@ -37,7 +37,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||||
FROM php:7.1-fpm-stretch
|
FROM php:7.2-fpm-stretch
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
@ -43,7 +43,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||||
FROM php:7.1-apache-stretch
|
FROM php:7.2-apache-stretch
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
@ -43,7 +43,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
||||||
FROM php:7.1-fpm-alpine3.7
|
FROM php:7.2-fpm-alpine3.7
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
@ -37,7 +37,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||||
FROM php:7.1-fpm-stretch
|
FROM php:7.2-fpm-stretch
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
@ -43,7 +43,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
@ -36,7 +36,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
@ -42,7 +42,6 @@ RUN set -ex; \
|
|||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
mcrypt \
|
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
Loading…
Reference in New Issue
Block a user