diff --git a/Dockerfile b/Dockerfile index 9a9ec25..c6ca80e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NETBOX_VERSION=v4.4.2 +ARG NETBOX_VERSION=v4.4.3 FROM netboxcommunity/netbox:${NETBOX_VERSION} @@ -9,6 +9,6 @@ COPY configuration/plugins.py /etc/netbox/config/plugins.py COPY configuration/supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY entrypoint.sh /opt/netbox/entrypoint.sh -LABEL internal_version="4.4.2.1" +LABEL internal_version="4.4.3.0" CMD ["/opt/netbox/entrypoint.sh"] diff --git a/plugin_requirements.txt b/plugin_requirements.txt index fde4ab8..2cd75fa 100644 --- a/plugin_requirements.txt +++ b/plugin_requirements.txt @@ -1,4 +1,4 @@ netbox-cloudflare-plugin == 0.* -netbox-docker-plugin == 4.7.* +netbox-docker-plugin == 4.8.* netbox-passhup-plugin == 0.* supervisor == 4.*