Skip to content

Commit 7e95612

Browse files
authored
Merge pull request #1606 from tobiasge/fix-deocs
Fixed the local documentation and prepare for a new release
2 parents 6430391 + 01a36c6 commit 7e95612

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
4.0.0

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
netbox: &netbox
3-
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.2}
3+
image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.0}
44
depends_on:
55
- postgres
66
- redis

docker/launch-netbox.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ exec granian \
1515
--working-dir "/opt/netbox/netbox/" \
1616
--static-path-route "/static" \
1717
--static-path-mount "/opt/netbox/netbox/static/" \
18+
--static-path-dir-to-file index.html \
1819
--pid-file "/tmp/granian.pid" \
1920
"${GRANIAN_EXTRA_ARGS[@]}" \
2021
"netbox.granian:application"

requirements-container.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
django-auth-ldap==5.3.0
22
dulwich==1.0.0
3-
granian[uvloop]==2.6.1
3+
granian[uvloop]==2.7.0
44
python3-saml==1.16.0
55
--no-binary lxml
66
--no-binary xmlsec

0 commit comments

Comments
 (0)