diff --git a/Dockerfile b/Dockerfile index c6ca80e..f0b0786 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NETBOX_VERSION=v4.4.3 +ARG NETBOX_VERSION=v4.4.5 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.3.0" +LABEL internal_version="4.4.5.1" CMD ["/opt/netbox/entrypoint.sh"] diff --git a/plugin_requirements.txt b/plugin_requirements.txt index 2cd75fa..81f0091 100644 --- a/plugin_requirements.txt +++ b/plugin_requirements.txt @@ -1,4 +1,4 @@ netbox-cloudflare-plugin == 0.* -netbox-docker-plugin == 4.8.* +netbox-docker-plugin == 4.9.* netbox-passhup-plugin == 0.* supervisor == 4.*