Update to 2.3.2

This commit is contained in:
Daniel Berteaud 2024-01-08 13:05:11 +01:00
parent e16e3aa180
commit b878314082
4 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.3.0
ARG PAPERLESS_VERSION=2.3.2
WORKDIR /opt

View File

@ -124,7 +124,7 @@ _EOT
driver = "docker"
config {
image = "danielberteaud/paperless-ngx:2.3.0-1"
image = "danielberteaud/paperless-ngx:2.3.2-1"
readonly_rootfs = true
pids_limit = 200
}
@ -191,7 +191,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.3.0-1"
image = "danielberteaud/paperless-ngx:2.3.2-1"
readonly_rootfs = true
pids_limit = 100
}
@ -258,7 +258,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.3.0-1"
image = "danielberteaud/paperless-ngx:2.3.2-1"
readonly_rootfs = true
pids_limit = 100
}
@ -325,7 +325,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.3.0-1"
image = "danielberteaud/paperless-ngx:2.3.2-1"
readonly_rootfs = true
pids_limit = 300
}

View File

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

View File

@ -34,7 +34,7 @@ paperless:
webserver:
# The Docker image to use
image: '[[ .docker.repo ]]paperless-ngx:2.3.0-1'
image: '[[ .docker.repo ]]paperless-ngx:2.3.2-1'
# Env vars to set in the container
env: {}