From a8bd7099ad3563fd2219f2c5be71f449a53603e1 Mon Sep 17 00:00:00 2001 From: John Graham <jjgraham@ucsd.edu> Date: Mon, 27 Jan 2020 17:48:31 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea9a900..3892bfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM netboxcommunity/netbox:v2.6.7 +FROM netboxcommunity/netbox:v2.7.2 ENV NAPALM_USERNAME netbox-napalm RUN pip3 install napalm -- GitLab