aboutsummaryrefslogtreecommitdiff
path: root/netbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'netbox/Makefile')
-rw-r--r--netbox/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/netbox/Makefile b/netbox/Makefile
index f572b39..2c15f43 100644
--- a/netbox/Makefile
+++ b/netbox/Makefile
@@ -1,6 +1,7 @@
1VERSION=3.3.9 1VERSION=3.3.9
2IMAGE=docker.crute.me/netbox:$(VERSION) 2VERSION_TAG=$(VERSION)-1
3LATEST=$(subst :$(VERSION),,$(IMAGE)):latest 3IMAGE=docker.crute.me/netbox:$(VERSION_TAG)
4LATEST=$(subst :$(VERSION_TAG),,$(IMAGE)):latest
4 5
5all: 6all:
6 #docker pull alpine:latest 7 #docker pull alpine:latest