From 7a374be4970f280f93e4a75748bd6be88c7b653f Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Mon, 24 Oct 2022 07:10:26 +0200 Subject: [PATCH] bump to nextcloud 25 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2501f65..f8b0ec0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/nextcloud:24.0.6-fpm +FROM amd64/nextcloud:25.0.0-fpm RUN apt-get update && apt-get install -y libmagickcore-6.q16-6-extra tesseract-ocr && apt-get clean autoclean && apt-get autoremove -y ADD https://raw.githubusercontent.com/tesseract-ocr/tessdata/main/deu.traineddata /usr/share/tesseract-ocr/tessdata/ ADD https://raw.githubusercontent.com/tesseract-ocr/tessdata/main/eng.traineddata /usr/share/tesseract-ocr/tessdata/ \ No newline at end of file