Change docker base images to 3.19.1

See #2504, alpine edge introduced a version of tesseract that is
problematic to use from within docspell
This commit is contained in:
eikek 2024-02-29 21:52:00 +01:00
parent 0bba5d8e02
commit 0a987f5b66
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:20231219
FROM alpine:3.19.1
ARG version=
ARG joex_url=

View File

@ -1,4 +1,4 @@
FROM alpine:20231219
FROM alpine:3.19.1
ARG version=
ARG restserver_url=