From b16e1bd67af6c8ddb6aaf6f7d01fb73b59b298de Mon Sep 17 00:00:00 2001 From: LaV <17571692+lvenier@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:36:51 +0200 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} From 2498c98bf66f45a2dba5d120edd9c0f3b0ac16b9 Mon Sep 17 00:00:00 2001 From: LaV <17571692+lvenier@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:43:42 +0200 Subject: [PATCH 2/2] Update plugin_requirements.txt --- plugin_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*