Skip to content

Commit

Permalink
Update Nginx unit to 1.34.1
Browse files Browse the repository at this point in the history
This fixes the OTel bug in nginx unit 1.34.0.

Signed-off-by: Mathijs van Willigen <[email protected]>
  • Loading branch information
mvanwilligen-prox committed Jan 13, 2025
1 parent 11615df commit a194302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a194302

Please sign in to comment.