mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-11 06:12:37 +00:00
Compare commits
5 commits
806cd9648d
...
34109b590b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
34109b590b | ||
|
|
c16c79ff16 | ||
|
|
c05e838edc | ||
|
|
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.37.1
|
sentry-sdk[django]==2.38.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue