Prepare for Netbox 4.2

This commit is contained in:
Tobias Genannt
2025-01-04 10:59:12 +01:00
committed by Tobias Genannt
parent 69e997f0ea
commit 1a70f971c0
6 changed files with 19 additions and 26 deletions

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.33.0-1~noble \
unit-python3.12=1.33.0-1~noble \
unit=1.34.0-1~noble \
unit-python3.12=1.34.0-1~noble \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /opt/netbox/venv /opt/netbox/venv