update nextcloud version to 19.0.2

This commit is contained in:
bsod 2020-08-27 22:50:55 +02:00
parent 416b5a37c3
commit 70102556d2
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM php:7.3-apache FROM php:7.3-apache
ENV NEXTCLOUD_VERSION 19.0.1 ENV NEXTCLOUD_VERSION 19.0.2
RUN \ RUN \
apt-get update && \ apt-get update && \
@ -60,6 +60,7 @@ RUN \
curl \ curl \
bz2 \ bz2 \
intl \ intl \
bcmath \
opcache && \ opcache && \
CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader