From 6af21d2ac60f8491118fda66b2b49728ba0d39f5 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sat, 23 Jan 2021 15:23:56 +0100 Subject: [PATCH] Bump version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d3ea30..758146a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # FROM nextcloud:18.0.6-apache # FROM nextcloud:19.0.3-apache # FROM nextcloud:20.0.0-apache -FROM nextcloud:20.0.4-apache +FROM nextcloud:20.0.5-apache # RUN apt-get update && \ # apt-get install -q -y cron && \