Update to 2.1.2

This commit is contained in:
Daniel Berteaud 2023-12-13 09:47:42 +01:00
parent 1bc1bc3135
commit 68e96dccdc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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