Update to 2.12.0
This commit is contained in:
parent
109ace1714
commit
5f56042edf
@ -2,7 +2,7 @@
|
||||
|
||||
FROM python:3.11-alpine AS builder
|
||||
|
||||
ARG PAPERLESS_VERSION=2.11.6
|
||||
ARG PAPERLESS_VERSION=2.12.0
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
@ -114,7 +114,7 @@ RUN set -euxo pipefail &&\
|
||||
rm -f /usr/share/nltk_data/corpora/stopwords.zip /usr/share/nltk_data/tokenizers/punkt.zip /usr/share/nltk_data/tokenizers/punkt_tab.zip
|
||||
|
||||
COPY root/ /
|
||||
COPY --from=danielberteaud/alpine:24.9-1 /usr/local/bin/minit /usr/local/bin/minit
|
||||
COPY --from=danielberteaud/alpine:24.9-2 /usr/local/bin/minit /usr/local/bin/minit
|
||||
|
||||
EXPOSE ${PAPERLESS_PORT}
|
||||
USER paperless
|
||||
|
@ -154,7 +154,7 @@ _EOT
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "danielberteaud/paperless-ngx:2.11.6-2"
|
||||
image = "danielberteaud/paperless-ngx:2.12.0-2"
|
||||
image_pull_timeout = "10m"
|
||||
readonly_rootfs = true
|
||||
pids_limit = 200
|
||||
@ -237,7 +237,7 @@ _EOT
|
||||
}
|
||||
|
||||
config {
|
||||
image = "danielberteaud/paperless-ngx:2.11.6-2"
|
||||
image = "danielberteaud/paperless-ngx:2.12.0-2"
|
||||
image_pull_timeout = "10m"
|
||||
readonly_rootfs = true
|
||||
pids_limit = 100
|
||||
@ -316,7 +316,7 @@ _EOT
|
||||
}
|
||||
|
||||
config {
|
||||
image = "danielberteaud/paperless-ngx:2.11.6-2"
|
||||
image = "danielberteaud/paperless-ngx:2.12.0-2"
|
||||
image_pull_timeout = "10m"
|
||||
readonly_rootfs = true
|
||||
pids_limit = 100
|
||||
@ -395,7 +395,7 @@ _EOT
|
||||
}
|
||||
|
||||
config {
|
||||
image = "danielberteaud/paperless-ngx:2.11.6-2"
|
||||
image = "danielberteaud/paperless-ngx:2.12.0-2"
|
||||
image_pull_timeout = "10m"
|
||||
readonly_rootfs = true
|
||||
pids_limit = 300
|
||||
|
@ -6,7 +6,7 @@ instance: paperless
|
||||
paperless:
|
||||
|
||||
# Version to use
|
||||
version: 2.11.6
|
||||
version: 2.12.0
|
||||
|
||||
# Connect to the postgres service through the mesh
|
||||
consul:
|
||||
|
Loading…
Reference in New Issue
Block a user