mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
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:
parent
0bba5d8e02
commit
0a987f5b66
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:20231219
|
FROM alpine:3.19.1
|
||||||
|
|
||||||
ARG version=
|
ARG version=
|
||||||
ARG joex_url=
|
ARG joex_url=
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:20231219
|
FROM alpine:3.19.1
|
||||||
|
|
||||||
ARG version=
|
ARG version=
|
||||||
ARG restserver_url=
|
ARG restserver_url=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user