Skip to content

Commit

Permalink
Update Nginx unit to 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasge committed Sep 3, 2023
1 parent caba1b3 commit e452004
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 @@ -74,8 +74,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -qq \
&& apt-get install \
--yes -qq --no-install-recommends \
unit=1.30.0-1~lunar \
unit-python3.11=1.30.0-1~lunar \
unit=1.31.0-1~lunar \
unit-python3.11=1.31.0-1~lunar \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /opt/netbox/venv /opt/netbox/venv
Expand Down

0 comments on commit e452004

Please sign in to comment.