File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
74
74
&& apt-get update -qq \
75
75
&& apt-get install \
76
76
--yes -qq --no-install-recommends \
77
- unit=1.31.0 -1~lunar \
78
- unit-python3.11=1.31.0 -1~lunar \
77
+ unit=1.31.1 -1~lunar \
78
+ unit-python3.11=1.31.1 -1~lunar \
79
79
&& rm -rf /var/lib/apt/lists/*
80
80
81
81
COPY --from=builder /opt/netbox/venv /opt/netbox/venv
Original file line number Diff line number Diff line change 1
- 2.7 .0
1
+ 2.8 .0
Original file line number Diff line number Diff line change 1
1
version : ' 3.4'
2
2
services :
3
3
netbox : &netbox
4
- image : docker.io/netboxcommunity/netbox:${VERSION-v3.6 -2.7 .0}
4
+ image : docker.io/netboxcommunity/netbox:${VERSION-v3.7 -2.8 .0}
5
5
depends_on :
6
6
- postgres
7
7
- redis
You can’t perform that action at this time.
0 commit comments