mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
version bump to unblock 3.4.8 build
This commit is contained in:
parent
7bf9e1af5a
commit
fc821b9fa4
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.4'
|
version: '3.4'
|
||||||
services:
|
services:
|
||||||
netbox: &netbox
|
netbox: &netbox
|
||||||
image: docker.io/netboxcommunity/netbox:${VERSION-v3.4-2.5.2}
|
image: docker.io/netboxcommunity/netbox:${VERSION-v3.4-2.5.3}
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.13.2
|
||||||
napalm==4.0.0
|
napalm==4.0.0
|
||||||
psycopg2==2.9.5
|
psycopg2==2.9.5
|
||||||
python3-saml==1.15.0
|
python3-saml==1.15.0
|
||||||
social-auth-core[all]==4.4.0
|
social-auth-core[all]==4.4.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue