mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Merge #3189
3189: Bump tika version to 2.9.1 r=mergify[bot] a=nextgens ## What type of PR? enhancement ## What does this PR do? Bump tika version to 2.9.1 Bump alpine to 3.9.1 ### Related issue(s) ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [ ] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
commit
d76e543b2d
@ -3,7 +3,7 @@
|
||||
# base system image (intermediate)
|
||||
# Note when updating the alpine tag, first manually run the workflow .github/workflows/mirror.yml.
|
||||
# Just run the workflow with the tag that must be synchronised.
|
||||
ARG DISTRO=ghcr.io/mailu/alpine:3.19.0
|
||||
ARG DISTRO=ghcr.io/mailu/alpine:3.19.1
|
||||
FROM $DISTRO as system
|
||||
|
||||
ENV TZ=Etc/UTC LANG=C.UTF-8
|
||||
|
@ -158,7 +158,7 @@ services:
|
||||
|
||||
{% if tika_enabled %}
|
||||
fts_attachments:
|
||||
image: ghcr.io/paperless-ngx/tika:2.9.0-full
|
||||
image: ghcr.io/paperless-ngx/tika:2.9.1-full
|
||||
hostname: tika
|
||||
logging:
|
||||
driver: journald
|
||||
|
Loading…
Reference in New Issue
Block a user