diff --git a/Dockerfile b/Dockerfile index 8a22098..9451bf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM owncloud:10.0.4 +#FROM owncloud:10.0.4 +FROM nextcloud:12.0 RUN apt-get update && \ apt-get install -q -y cron && \