Merge pull request #1067 from tobiasge/unit-update

Update Nginx unit to 1.31
release
Tobias Genannt 2023-09-05 10:01:19 +02:00 committed by GitHub
commit bcafc4328c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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