update nextcloud to version 15

This commit is contained in:
2019-02-16 21:47:58 -05:00
parent 6939cdb119
commit 84b936c50c
6 changed files with 15 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM nextcloud:14-apache
FROM nextcloud:15-apache
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*