We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3203b commit ab8d36bCopy full SHA for ab8d36b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/netbox-community/netbox:latest
+FROM ghcr.io/netbox-community/netbox:v4.1.3
2
3
COPY ./plugin_requirements.txt /opt/netbox/
4
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /opt/netbox/plugin_requirements.txt
0 commit comments