diff --git a/core/base/Dockerfile b/core/base/Dockerfile index c1c1c56e..3a5e0b41 100644 --- a/core/base/Dockerfile +++ b/core/base/Dockerfile @@ -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 diff --git a/setup/flavors/compose/docker-compose.yml b/setup/flavors/compose/docker-compose.yml index 75fa6f08..6f7c3947 100644 --- a/setup/flavors/compose/docker-compose.yml +++ b/setup/flavors/compose/docker-compose.yml @@ -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