From 408f2ce9d82c9aecf87cb3b13778ba4307802f67 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Oct 2023 17:29:58 +0000 Subject: [PATCH] Update nextcloud Docker tag to v27.1.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94b6d91..7d58fe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/nextcloud:27.1.2-fpm +FROM amd64/nextcloud:27.1.3-fpm RUN apt-get update && apt-get install -y libmagickcore-6.q16-6-extra tesseract-ocr tesseract-ocr-deu tesseract-ocr-eng ocrmypdf && 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