Preparation for 2.8.0

This commit is contained in:
Tobias Genannt 2024-01-01 10:33:59 +01:00 committed by Matthew Seaman
parent f1da199f30
commit e4357c7f3b

View File

@ -75,8 +75,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -qq \ && apt-get update -qq \
&& apt-get install \ && apt-get install \
--yes -qq --no-install-recommends \ --yes -qq --no-install-recommends \
unit=1.31.0-1~lunar \ unit=1.31.1-1~lunar \
unit-python3.11=1.31.0-1~lunar \ unit-python3.11=1.31.1-1~lunar \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY --from=builder /opt/netbox/venv /opt/netbox/venv COPY --from=builder /opt/netbox/venv /opt/netbox/venv