diff --git a/Dockerfile b/Dockerfile index 4f3b5a7..0ee0c4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY configuration/supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY docker/entrypoint.sh /opt/netbox/entrypoint.sh COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh -LABEL internal_version="4.6.1.1" +LABEL internal_version="4.6.1.2" LABEL prometheus_scrape="true" LABEL prometheus_address="netbox:8080" diff --git a/plugin_requirements.txt b/plugin_requirements.txt index cf335e1..468c975 100644 --- a/plugin_requirements.txt +++ b/plugin_requirements.txt @@ -1,5 +1,5 @@ netbox-cloudflare-plugin == 0.* -netbox-docker-plugin == 5.1.* +netbox-docker-plugin == 5.1.1 netbox-passhup-plugin == 0.* netbox-plugin-prometheus-sd == 1.3.0 supervisor == 4.*