1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
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:
bors-mailu[bot] 2024-03-10 15:46:20 +00:00 committed by GitHub
commit d76e543b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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