From a0cc170b0d960d04f5ce61a4c6ae4ab3cea3fc8b Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 15 Feb 2018 18:09:00 +0100 Subject: [PATCH] Bump version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b6a8185..932c6c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM owncloud:8.2.9 +FROM owncloud:8.2.11 RUN apt-get update && \ apt-get install -q -y cron && \