Update to 2.5.1

This commit is contained in:
Daniel Berteaud 2024-02-13 10:49:52 +01:00
parent 92bfcf97ca
commit 464779a8b7
3 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@
FROM python:3.11-alpine AS builder
ARG PAPERLESS_VERSION=2.5.0
ARG PAPERLESS_VERSION=2.5.1
WORKDIR /opt

View File

@ -31,8 +31,9 @@ job "paperless" {
proxy {
upstreams {
destination_name = "postgres"
destination_type = "service"
local_bind_port = 5432
# Work arround, see https://github.com/hashicorp/nomad/issues/18538
destination_type = "service"
}
}
}
@ -140,7 +141,7 @@ _EOT
driver = "docker"
config {
image = "danielberteaud/paperless-ngx:2.5.0-1"
image = "danielberteaud/paperless-ngx:2.5.1-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 200
@ -220,7 +221,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.5.0-1"
image = "danielberteaud/paperless-ngx:2.5.1-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 100
@ -301,7 +302,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.5.0-1"
image = "danielberteaud/paperless-ngx:2.5.1-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 100
@ -382,7 +383,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.5.0-1"
image = "danielberteaud/paperless-ngx:2.5.1-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.0
version: 2.5.1
# Connect to the postgres service through the mesh
consul: