diff --git a/Dockerfile b/Dockerfile index 5758a05..3c2c3fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NETBOX_VERSION=v4.4.1 +ARG NETBOX_VERSION=v4.4.2 FROM netboxcommunity/netbox:${NETBOX_VERSION} diff --git a/plugin_requirements.txt b/plugin_requirements.txt index 93d887c..fde4ab8 100644 --- a/plugin_requirements.txt +++ b/plugin_requirements.txt @@ -1,4 +1,4 @@ netbox-cloudflare-plugin == 0.* -netbox-docker-plugin == 4.6.* +netbox-docker-plugin == 4.7.* netbox-passhup-plugin == 0.* supervisor == 4.*