From 2686175816eb504c181a6f8734879e4100fe4909 Mon Sep 17 00:00:00 2001 From: LaV <17571692+lvenier@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:11:33 +0200 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] From b53a993c5b79cbdc0ddda02f5be26426d4823e18 Mon Sep 17 00:00:00 2001 From: LaV <17571692+lvenier@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:11:53 +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 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.*