From 95b9b47957a25d581e703b25948bf30e6ac2b9ea Mon Sep 17 00:00:00 2001 From: Vincent Simonin Date: Wed, 6 May 2026 09:09:41 +0200 Subject: [PATCH] Update NetBox version to 4.5.10 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b8ba19d..5b9aca0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NETBOX_VERSION=v4.5.9 +ARG NETBOX_VERSION=v4.5.10 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.9.0" +LABEL internal_version="4.5.10.0" CMD ["/opt/netbox/entrypoint.sh"]