1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-21 06:56:37 +02:00

Run update.sh

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2018-08-07 18:57:12 +02:00
parent bb4523958d
commit c79c5a8883
9 changed files with 6 additions and 15 deletions

View File

@ -43,7 +43,6 @@ RUN set -ex; \
gd \
intl \
ldap \
mcrypt \
opcache \
pcntl \
pdo_mysql \

View File

@ -37,7 +37,6 @@ RUN set -ex; \
gd \
intl \
ldap \
mcrypt \
opcache \
pcntl \
pdo_mysql \

View File

@ -43,7 +43,6 @@ RUN set -ex; \
gd \
intl \
ldap \
mcrypt \
opcache \
pcntl \
pdo_mysql \

View File

@ -1,5 +1,5 @@
# 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
RUN set -ex; \
@ -43,7 +43,6 @@ RUN set -ex; \
gd \
intl \
ldap \
mcrypt \
opcache \
pcntl \
pdo_mysql \

View File

@ -1,5 +1,5 @@
# 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
RUN set -ex; \
@ -37,7 +37,6 @@ RUN set -ex; \
gd \
intl \
ldap \
mcrypt \
opcache \
pcntl \
pdo_mysql \

View File

@ -1,5 +1,5 @@
# 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
RUN set -ex; \
@ -43,7 +43,6 @@ RUN set -ex; \
gd \
intl \
ldap \
mcrypt \
opcache \
pcntl \
pdo_mysql \

View File

@ -1,5 +1,5 @@
# 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
RUN set -ex; \
@ -43,7 +43,6 @@ RUN set -ex; \
gd \
intl \
ldap \
mcrypt \
opcache \
pcntl \
pdo_mysql \

View File

@ -1,5 +1,5 @@
# 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
RUN set -ex; \
@ -37,7 +37,6 @@ RUN set -ex; \
gd \
intl \
ldap \
mcrypt \
opcache \
pcntl \
pdo_mysql \

View File

@ -1,5 +1,5 @@
# 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
RUN set -ex; \
@ -43,7 +43,6 @@ RUN set -ex; \
gd \
intl \
ldap \
mcrypt \
opcache \
pcntl \
pdo_mysql \