Update to 2.8.1

This commit is contained in:
Daniel Berteaud 2024-05-07 15:13:26 +02:00
parent bbed38725d
commit 25048e448c
3 changed files with 7 additions and 7 deletions

View File

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

View File

@ -144,7 +144,7 @@ _EOT
driver = "docker"
config {
image = "danielberteaud/paperless-ngx:2.7.2-2"
image = "danielberteaud/paperless-ngx:2.8.1-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 200
@ -226,7 +226,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.7.2-2"
image = "danielberteaud/paperless-ngx:2.8.1-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 100
@ -304,7 +304,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.7.2-2"
image = "danielberteaud/paperless-ngx:2.8.1-1"
image_pull_timeout = "10m"
readonly_rootfs = true
pids_limit = 100
@ -382,7 +382,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.7.2-2"
image = "danielberteaud/paperless-ngx:2.8.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.7.2
version: 2.8.1
# Connect to the postgres service through the mesh
consul:
@ -37,7 +37,7 @@ paperless:
webserver:
# The Docker image to use
image: '[[ .docker.repo ]]paperless-ngx:[[ .paperless.version ]]-2'
image: '[[ .docker.repo ]]paperless-ngx:[[ .paperless.version ]]-1'
# Env vars to set in the container
env: {}