bump version

This commit is contained in:
Mattijs Vanhaverbeke
2022-08-03 12:07:58 +02:00
parent faf156a6b2
commit ce39c98396
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM netboxcommunity/netbox:latest
COPY ./plugin_requirements.txt /
COPY ./docker/plugin_requirements.txt /
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt