Update to 2.3.0

This commit is contained in:
Daniel Berteaud 2024-01-06 11:16:31 +01:00
parent a129545732
commit e16e3aa180
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.2.1
ARG PAPERLESS_VERSION=2.3.0
WORKDIR /opt

View File

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

View File

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

View File

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