update to version 16 of nextcloud

This commit is contained in:
2019-06-08 06:29:17 -04:00
parent 51f8bb0ac2
commit e53207220a
6 changed files with 5 additions and 12 deletions

View File

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