Update to 2.1.1

This commit is contained in:
Daniel Berteaud 2023-12-09 22:29:19 +01:00
parent c414dd8e9b
commit 1bc1bc3135
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -59,7 +59,7 @@ job "[[ .paperless.instance ]]" {
config {
image = [[ $c.image | toJSON ]]
readonly_rootfs = true
pids_limit = 100
pids_limit = 200
}
vault {

View File

@ -34,7 +34,7 @@ paperless:
webserver:
# The Docker image to use
image: danielberteaud/paperless-ngx:2.1.0-1
image: danielberteaud/paperless-ngx:2.1.1-1
# Env vars to set in the container
env: {}