diff --git a/VERSION b/VERSION index a423d42..0c89fc9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.2 \ No newline at end of file +4.0.0 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 1734760..64c67ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: netbox: &netbox - image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.2} + image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.0} depends_on: - postgres - redis diff --git a/docker/launch-netbox.sh b/docker/launch-netbox.sh index a61e076..d68f9bc 100755 --- a/docker/launch-netbox.sh +++ b/docker/launch-netbox.sh @@ -15,6 +15,7 @@ exec granian \ --working-dir "/opt/netbox/netbox/" \ --static-path-route "/static" \ --static-path-mount "/opt/netbox/netbox/static/" \ + --static-path-dir-to-file index.html \ --pid-file "/tmp/granian.pid" \ "${GRANIAN_EXTRA_ARGS[@]}" \ "netbox.granian:application" diff --git a/requirements-container.txt b/requirements-container.txt index 2535bbd..ebe01cb 100644 --- a/requirements-container.txt +++ b/requirements-container.txt @@ -1,6 +1,6 @@ django-auth-ldap==5.3.0 dulwich==1.0.0 -granian[uvloop]==2.6.1 +granian[uvloop]==2.7.0 python3-saml==1.16.0 --no-binary lxml --no-binary xmlsec