mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-12 22:56:48 +00:00
Compare commits
5 commits
5adfbe4ffd
...
eea2c5d898
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eea2c5d898 | ||
|
|
bdea0cf05a | ||
|
|
76f670faaa | ||
|
|
d6f8ae0281 | ||
|
|
a517836bdd |
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,3 +12,5 @@ configuration/ldap/*
|
||||||
!configuration/logging.py
|
!configuration/logging.py
|
||||||
!configuration/plugins.py
|
!configuration/plugins.py
|
||||||
super-linter.log
|
super-linter.log
|
||||||
|
.env
|
||||||
|
Dockerfile-Plugins
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ dulwich==0.24.1
|
||||||
python3-saml==1.16.0
|
python3-saml==1.16.0
|
||||||
--no-binary lxml
|
--no-binary lxml
|
||||||
--no-binary xmlsec
|
--no-binary xmlsec
|
||||||
sentry-sdk[django]==2.36.0
|
sentry-sdk[django]==2.37.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue