From 44a8a1cec37c30c66722cdb84700d5aeb1aeddc1 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 4 Jan 2021 11:28:51 +0100 Subject: [PATCH] Bump version (fix) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 373a476..8d3ea30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ # FROM nextcloud:17 # FROM nextcloud:18.0.6-apache # FROM nextcloud:19.0.3-apache -FROM nextcloud:20.0.0-apache +# FROM nextcloud:20.0.0-apache +FROM nextcloud:20.0.4-apache # RUN apt-get update && \ # apt-get install -q -y cron && \