From 370e1a75b33d205cf89f9e792179f5c9331499bf Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Fri, 27 Oct 2023 19:08:51 -0700 Subject: netbox: upgrade to 3.6.1-r0 --- netbox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/Makefile b/netbox/Makefile index d3bfdbb..01841dd 100644 --- a/netbox/Makefile +++ b/netbox/Makefile @@ -1,5 +1,5 @@ -VERSION=3.6.0 -VERSION_TAG=$(VERSION)-1 +VERSION=3.6.1 +VERSION_TAG=$(VERSION)-0 IMAGE=docker.crute.me/netbox:$(VERSION_TAG) LATEST=$(subst :$(VERSION_TAG),,$(IMAGE)):latest -- cgit v1.2.3