Update to 2.1.0

This commit is contained in:
Daniel Berteaud 2023-12-06 14:38:19 +01:00
parent 2def1e3754
commit c414dd8e9b
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.0.1
ARG PAPERLESS_VERSION=2.1.0
WORKDIR /opt

View File

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