We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c12a8 commit dfa1904Copy full SHA for dfa1904
Dockerfile
@@ -74,8 +74,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
74
&& apt-get update -qq \
75
&& apt-get install \
76
--yes -qq --no-install-recommends \
77
- unit=1.31.0-1~lunar \
78
- unit-python3.11=1.31.0-1~lunar \
+ unit=1.31.1-1~lunar \
+ unit-python3.11=1.31.1-1~lunar \
79
&& rm -rf /var/lib/apt/lists/*
80
81
COPY --from=builder /opt/netbox/venv /opt/netbox/venv
VERSION
@@ -1 +1 @@
1
-2.7.0
+2.8.0
docker-compose.yml
@@ -1,7 +1,7 @@
version: '3.4'
2
services:
3
netbox: &netbox
4
- image: docker.io/netboxcommunity/netbox:${VERSION-v3.6-2.7.0}
+ image: docker.io/netboxcommunity/netbox:${VERSION-v3.7-2.8.0}
5
depends_on:
6
- postgres
7
- redis
0 commit comments