From d0de98c466e57391adde37cf83ca31e34598f81f Mon Sep 17 00:00:00 2001 From: Vincent Simonin Date: Mon, 5 Jan 2026 16:50:31 +0100 Subject: [PATCH] Upgrade Netbox to v4.4.9 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d4f5b2e..a1dc9a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NETBOX_VERSION=v4.4.5 +ARG NETBOX_VERSION=v4.4.9 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.5.3" +LABEL internal_version="4.4.9.0" CMD ["/opt/netbox/entrypoint.sh"]