Update to 2.6.0

This commit is contained in:
Daniel Berteaud 2024-03-05 10:14:31 +01:00
parent 2cca16c93f
commit 4a8d532628
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
FROM python:3.11-alpine AS builder
ARG PAPERLESS_VERSION=2.5.4
ARG PAPERLESS_VERSION=2.6.0
WORKDIR /opt
@ -115,7 +115,7 @@ RUN set -euxo pipefail &&\
chown paperless:paperless /data /input
COPY root/ /
COPY --from=danielberteaud/alpine:24.2-1 /usr/local/bin/minit /usr/local/bin/minit
COPY --from=danielberteaud/alpine:24.3-1 /usr/local/bin/minit /usr/local/bin/minit
EXPOSE ${PAPERLESS_PORT}
USER paperless

View File

@ -79,7 +79,7 @@ job "paperless" {
user = 1053
config {
image = "danielberteaud/wait-for:24.2-1"
image = "danielberteaud/wait-for:24.3-1"
readonly_rootfs = true
pids_limit = 20
}
@ -142,7 +142,7 @@ _EOT
driver = "docker"
config {
image = "danielberteaud/paperless-ngx:2.5.4-1"
image = "danielberteaud/paperless-ngx:2.6.0-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 200
@ -222,7 +222,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.5.4-1"
image = "danielberteaud/paperless-ngx:2.6.0-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 100
@ -298,7 +298,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.5.4-1"
image = "danielberteaud/paperless-ngx:2.6.0-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 100
@ -374,7 +374,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.5.4-1"
image = "danielberteaud/paperless-ngx:2.6.0-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 300

View File

@ -6,7 +6,7 @@ instance: paperless
paperless:
# Version to use
version: 2.5.4
version: 2.6.0
# Connect to the postgres service through the mesh
consul: