Skip to content

Commit

Permalink
Merge pull request #1372 from mvanwilligen-prox/update_nginx_unit
Browse files Browse the repository at this point in the history
Update Nginx unit to 1.34.1
  • Loading branch information
tobiasge authored Jan 16, 2025
2 parents 6e74993 + a194302 commit a48b86b
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 a48b86b

Please sign in to comment.