diff --git a/Dockerfile b/Dockerfile index 58c27d5..29f8b20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM owncloud:10.0.10 +FROM owncloud/server:10.1 RUN apt-get update && \ apt-get install -q -y cron && \