Version bump NetBox 3.4.7 (#15)

Closes #14
This commit is contained in:
wkoot
2023-03-31 10:02:35 +02:00
committed by GitHub
parent 1925be271a
commit 7f18a3ad6f
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
## Known Issues
- WARNING: This plugin is only tested with Netbox 3.2 at this time.
- WARNING: This plugin is only tested with a single Netbox version at this time.
- CSV/Bulk imports for SoftwareProduct, Version and Installation are currently broken (WIP)
## Installation Guide
@@ -33,7 +33,7 @@ to install the Netbox SLM plugin:
3. Create a ``Dockerfile-SLM`` with contents:
```
FROM netboxcommunity/netbox:v3.2.X
FROM netboxcommunity/netbox:vX.Y.Z
COPY ./plugin_requirements.txt /
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt