Update to 2.2.1

This commit is contained in:
Daniel Berteaud 2023-12-29 14:16:46 +01:00
parent b36f610796
commit 5332e9c0fd
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.3
ARG PAPERLESS_VERSION=2.2.1
WORKDIR /opt

View File

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