From 4fcb29836937ce843daae458560d091b92823ddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 06:28:28 +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..26fcff6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM netboxcommunity/netbox:v3.4.10 +FROM netboxcommunity/netbox:v4.1.5 COPY configuration.py /etc/netbox/config/configuration.py RUN apt update && apt install -y build-essential