aboutsummaryrefslogtreecommitdiff
path: root/netbox/Makefile
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2021-07-12 02:38:40 +0000
committerMike Crute <mike@crute.us>2021-07-12 02:38:40 +0000
commitaf3c8cf29bc2acc99d73c663c51a806096f0758c (patch)
tree869a71ce813857373e2a2b9fce79de397c08f581 /netbox/Makefile
parent763b810ca1a9d755205e49b1246025b83abb5132 (diff)
downloaddockerfiles-af3c8cf29bc2acc99d73c663c51a806096f0758c.tar.bz2
dockerfiles-af3c8cf29bc2acc99d73c663c51a806096f0758c.tar.xz
dockerfiles-af3c8cf29bc2acc99d73c663c51a806096f0758c.zip
netbox: update to 2.11.9
Diffstat (limited to 'netbox/Makefile')
-rw-r--r--netbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/netbox/Makefile b/netbox/Makefile
index ffe7e64..1fb4dad 100644
--- a/netbox/Makefile
+++ b/netbox/Makefile
@@ -1,4 +1,4 @@
1VERSION=2.10.3 1VERSION=2.11.9
2IMAGE=docker.crute.me/netbox:$(VERSION) 2IMAGE=docker.crute.me/netbox:$(VERSION)
3LATEST=$(subst :$(VERSION),,$(IMAGE)):latest 3LATEST=$(subst :$(VERSION),,$(IMAGE)):latest
4 4