From 70102556d2de6229f08af1b0c4e87efb3d24a95b Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 27 Aug 2020 22:50:55 +0200 Subject: [PATCH] update nextcloud version to 19.0.2 --- webservice/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webservice/Dockerfile b/webservice/Dockerfile index e2431d9..c5287fa 100644 --- a/webservice/Dockerfile +++ b/webservice/Dockerfile @@ -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