From e45200452660b9f1a5f7941d43af5d5134f5208f Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Sun, 3 Sep 2023 09:07:26 +0200 Subject: [PATCH] Update Nginx unit to 1.31 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 558f76462..43cf50848 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,8 +74,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get update -qq \ && apt-get install \ --yes -qq --no-install-recommends \ - unit=1.30.0-1~lunar \ - unit-python3.11=1.30.0-1~lunar \ + unit=1.31.0-1~lunar \ + unit-python3.11=1.31.0-1~lunar \ && rm -rf /var/lib/apt/lists/* COPY --from=builder /opt/netbox/venv /opt/netbox/venv