aboutsummaryrefslogtreecommitdiff
path: root/netbox/Makefile
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2022-12-05 21:18:50 -0800
committerMike Crute <mike@crute.us>2022-12-05 21:18:50 -0800
commit2140cdadde6cb657441b8469ea03cc968047ee30 (patch)
tree81bb3ee872b627dcb6f6058a0b6dacc50f1a7764 /netbox/Makefile
parent1b297be993b39c38a29f2d4a512fe8f3a9b3cacf (diff)
downloaddockerfiles-2140cdadde6cb657441b8469ea03cc968047ee30.tar.bz2
dockerfiles-2140cdadde6cb657441b8469ea03cc968047ee30.tar.xz
dockerfiles-2140cdadde6cb657441b8469ea03cc968047ee30.zip
netbox: carry different django patch
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