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
ENV NEXTCLOUD_VERSION 19.0.1
ENV NEXTCLOUD_VERSION 19.0.2
RUN \
apt-get update && \
@ -60,6 +60,7 @@ RUN \
curl \
bz2 \
intl \
bcmath \
opcache && \
CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader