From 91fc8a4e2790daa84a9f90330bd861972af2233f Mon Sep 17 00:00:00 2001 From: Vincent Simonin Date: Wed, 29 Apr 2026 14:55:51 +0200 Subject: [PATCH] Update NetBox version to 4.5.9 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 38ac3e1..b8ba19d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NETBOX_VERSION=v4.5.8 +ARG NETBOX_VERSION=v4.5.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.5.8.0" +LABEL internal_version="4.5.9.0" CMD ["/opt/netbox/entrypoint.sh"]