aboutsummaryrefslogtreecommitdiff
path: root/unifi-video
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2018-03-07 23:20:50 +0000
committerMike Crute <mike@crute.us>2018-03-07 23:20:50 +0000
commit283ed418264c39366ee0af61ddd0385db7823c10 (patch)
tree58910f0d411a129e5c69d10f136507c1551fba05 /unifi-video
parent113ac47ce88dae726551e3fab9d640d4e977c835 (diff)
downloaddockerfiles-283ed418264c39366ee0af61ddd0385db7823c10.tar.bz2
dockerfiles-283ed418264c39366ee0af61ddd0385db7823c10.tar.xz
dockerfiles-283ed418264c39366ee0af61ddd0385db7823c10.zip
Unifi-video 3.9.3
Diffstat (limited to 'unifi-video')
-rw-r--r--unifi-video/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/unifi-video/Makefile b/unifi-video/Makefile
index 2d23373..5bc8d4e 100644
--- a/unifi-video/Makefile
+++ b/unifi-video/Makefile
@@ -1,8 +1,8 @@
1REPO=575365190010.dkr.ecr.us-west-2.amazonaws.com 1REPO=575365190010.dkr.ecr.us-west-2.amazonaws.com
2VERSION=3.9.2 2VERSION=3.9.3
3IMAGE_BASE=unifi-video 3IMAGE_BASE=unifi-video
4IMAGE=$(IMAGE_BASE):$(VERSION)-alpine 4IMAGE=$(IMAGE_BASE):$(VERSION)-alpine
5DL_URL="https://dl.ubnt.com/firmwares/ufv/v3.9.2/unifi-video.Ubuntu16.04_amd64.v3.9.2.deb" 5DL_URL="https://dl.ubnt.com/firmwares/ufv/v3.9.3/unifi-video.Ubuntu16.04_amd64.v3.9.3.deb"
6 6
7all: 7all:
8 docker build \ 8 docker build \