mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-05-22 06:00:55 +02:00
Merge pull request #1372 from mvanwilligen-prox/update_nginx_unit
Update Nginx unit to 1.34.1
This commit is contained in:
commit
a48b86b5d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user