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