From d1db5f98570d6f380a27172c8f6caf21b7114397 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 7 Apr 2022 09:36:25 +0200 Subject: [PATCH] Bump nextcloud version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index be08a56..100ab94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # FROM nextcloud:20.0.5-apache # FROM nextcloud:21.0.2-apache # FROM nextcloud:22.2-apache -FROM nextcloud:23.0-apache +FROM nextcloud:23.0.2-apache # This is a stupid comment for a demo (remove later) @@ -50,7 +50,7 @@ RUN apt-get update && apt-get install -y libgmp3-dev \ ## RUN apt-get update && apt-get install -y \ libmagickcore-6.q16-6-extra \ - && rm -rf /var/lib/apt/lists/* \ + && rm -rf /var/lib/apt/lists/* ## ## Raise memory limit for PHP