Merge pull request #1372 from mvanwilligen-prox/update_nginx_unit

Update Nginx unit to 1.34.1
This commit is contained in:
Tobias Genannt 2025-01-16 12:08:51 +01:00 committed by GitHub
commit a48b86b5d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,8 +71,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -qq \
&& apt-get install \
--yes -qq --no-install-recommends \
unit=1.34.0-1~noble \
unit-python3.12=1.34.0-1~noble \
unit=1.34.1-1~noble \
unit-python3.12=1.34.1-1~noble \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /opt/netbox/venv /opt/netbox/venv