From 2378a29a29bd62bd9fce6aeefd0af2df0384902e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:03:57 +0000 Subject: [PATCH] Update netboxcommunity/netbox Docker tag to v4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44f2c0f..7c1b942 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM netboxcommunity/netbox:v3.4.10 +FROM netboxcommunity/netbox:v4.1.1 COPY configuration.py /etc/netbox/config/configuration.py RUN apt update && apt install -y build-essential