From 20b740dbf4611bb8eea3cba1cb99cd1f84f9550f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:05:27 +0000 Subject: [PATCH] Update netboxcommunity/netbox Docker tag to v3.7.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44f2c0f..61fc740 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM netboxcommunity/netbox:v3.4.10 +FROM netboxcommunity/netbox:v3.7.8 COPY configuration.py /etc/netbox/config/configuration.py RUN apt update && apt install -y build-essential