]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Upgrades supervisor to 4.2.5 2563/head
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 30 Jan 2023 19:35:04 +0000 (11:35 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 30 Jan 2023 19:35:04 +0000 (11:35 -0800)
Dockerfile

index 6588802bb6d9f1d5f3ee82f007d24d1095476014..e04ca82412ec245c01c6870dc7f3a0ef3a315d68 100644 (file)
@@ -128,7 +128,7 @@ RUN set -eux \
     && apt-get install --yes --quiet --no-install-recommends ${RUNTIME_PACKAGES} \
     && rm -rf /var/lib/apt/lists/* \
   && echo "Installing supervisor" \
-    && python3 -m pip install --default-timeout=1000 --upgrade --no-cache-dir supervisor==4.2.4
+    && python3 -m pip install --default-timeout=1000 --upgrade --no-cache-dir supervisor==4.2.5
 
 # Copy gunicorn config
 # Changes very infrequently