From ea3ffb5579b9ac69bdf478fdaa07ea37c5db7bef Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 12 Jul 2021 08:49:53 +0200 Subject: [PATCH] Bump to v22.0.0 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57a7f33..24faf7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ # FROM nextcloud:19.0.3-apache # FROM nextcloud:20.0.0-apache # FROM nextcloud:20.0.5-apache -FROM nextcloud:21.0.2-apache +# FROM nextcloud:21.0.2-apache +FROM nextcloud:22.0.0-apache RUN apt-get update \ && apt-get install -y nano \