We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d000c commit 6abbb79Copy full SHA for 6abbb79
paperless-ngx/Dockerfile
@@ -60,7 +60,7 @@ ARG RUNTIME_PACKAGES="\
60
jbig2dec=0.19-3 \
61
# lxml
62
libxml2=2.9.14+dfsg-1.3~deb12u1 \
63
- libxslt1.1=1.1.35-1 \
+ libxslt1.1=1.1.35-1+deb12u1 \
64
# itself
65
qpdf=11.3.0-1+deb12u1 \
66
# Mime type detection
@@ -80,7 +80,7 @@ ARG RUNTIME_PACKAGES="\
80
xz-utils=5.4.1-1 \
81
redis-server=${REDIS_VERSION} \
82
redis-tools=${REDIS_VERSION} \
83
- nginx=1.22.1-9+deb12u1"
+ nginx=1.22.1-9+deb12u2"
84
85
# Buildx provided, must be defined to use though
86
ARG TARGETARCH
0 commit comments