update nextcloud version to 19.0.2
This commit is contained in:
parent
416b5a37c3
commit
70102556d2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue