aboutsummaryrefslogtreecommitdiff
path: root/unifi-video
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-06-02 02:21:09 +0000
committerMike Crute <mike@crute.us>2020-06-02 02:21:09 +0000
commitfd202c4d800e01878dbdfc79dd9238cffe11cdec (patch)
tree6377010a248e1f60220f54856a764e8de7c665a2 /unifi-video
parent1cdd64a7685fa3aae3b9634e7b26797d0c2a889f (diff)
downloaddockerfiles-fd202c4d800e01878dbdfc79dd9238cffe11cdec.tar.bz2
dockerfiles-fd202c4d800e01878dbdfc79dd9238cffe11cdec.tar.xz
dockerfiles-fd202c4d800e01878dbdfc79dd9238cffe11cdec.zip
unifi-video: upgrade to 3.10.12
Diffstat (limited to 'unifi-video')
-rw-r--r--unifi-video/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/unifi-video/Makefile b/unifi-video/Makefile
index e90c298..bdb27b8 100644
--- a/unifi-video/Makefile
+++ b/unifi-video/Makefile
@@ -1,8 +1,9 @@
1VERSION=3.10.10 1VERSION=3.10.12
2IMAGE=docker.crute.me/unifi-video 2IMAGE=docker.crute.me/unifi-video
3DL_URL="https://dl.ubnt.com/firmwares/ufv/v$(VERSION)/unifi-video.Ubuntu16.04_amd64.v$(VERSION).deb" 3DL_URL="https://dl.ubnt.com/firmwares/ufv/v$(VERSION)/unifi-video.Ubuntu16.04_amd64.v$(VERSION).deb"
4 4
5all: 5all:
6 docker pull frolvlad/alpine-java:jre8-slim
6 docker build \ 7 docker build \
7 --build-arg=dl_url=$(DL_URL) \ 8 --build-arg=dl_url=$(DL_URL) \
8 -t $(IMAGE):$(VERSION) . 9 -t $(IMAGE):$(VERSION) .