From 4f4dba7182622ec78125f2c76f4a785fc7210cc3 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Thu, 23 Mar 2023 01:06:40 +0000 Subject: [PATCH] Update nextcloud Docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8b0ec0..24c0a9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/nextcloud:25.0.0-fpm +FROM amd64/nextcloud:26.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