Update to 2.6.3

This commit is contained in:
Daniel Berteaud 2024-03-18 10:00:07 +01:00
parent 2bf415344b
commit 4877c4eb7c
3 changed files with 14 additions and 6 deletions

View File

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

View File

@ -142,7 +142,7 @@ _EOT
driver = "docker"
config {
image = "danielberteaud/paperless-ngx:2.6.2-1"
image = "danielberteaud/paperless-ngx:2.6.3-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 200
@ -169,6 +169,8 @@ _EOT
TMPDIR = "/alloc/tmp"
}
# Use a template block instead of env {} so we can fetch values from vault
template {
data = <<_EOT
@ -222,7 +224,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.6.2-1"
image = "danielberteaud/paperless-ngx:2.6.3-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 100
@ -243,6 +245,8 @@ _EOT
TMPDIR = "/alloc/tmp"
}
# Use a template block instead of env {} so we can fetch values from vault
template {
data = <<_EOT
@ -298,7 +302,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.6.2-1"
image = "danielberteaud/paperless-ngx:2.6.3-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 100
@ -319,6 +323,8 @@ _EOT
TMPDIR = "/alloc/tmp"
}
# Use a template block instead of env {} so we can fetch values from vault
template {
data = <<_EOT
@ -374,7 +380,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.6.2-1"
image = "danielberteaud/paperless-ngx:2.6.3-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 300
@ -395,6 +401,8 @@ _EOT
TMPDIR = "/alloc/tmp"
}
# Use a template block instead of env {} so we can fetch values from vault
template {
data = <<_EOT

View File

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