mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Update Nginx unit to 1.34.1
This fixes the OTel bug in nginx unit 1.34.0. Signed-off-by: Mathijs van Willigen <mavanwilligen@proxsys.nl>
This commit is contained in:
parent
11615dfd7b
commit
a194302a41
|
|
@ -71,8 +71,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.34.0-1~noble \
|
unit=1.34.1-1~noble \
|
||||||
unit-python3.12=1.34.0-1~noble \
|
unit-python3.12=1.34.1-1~noble \
|
||||||
&& 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue