aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-12-29 02:04:47 +0000
committerMike Crute <mike@crute.us>2020-12-29 02:04:47 +0000
commitd26199c824ed0be31ed4c9359f92e00743ff9e34 (patch)
tree3ab2e4cbf929d3d2c2e73c55eaafcc1b7194bf42
parent5ff75eafdd04a7b3ecdb22a18ac344f0e8b429b3 (diff)
downloaddockerfiles-d26199c824ed0be31ed4c9359f92e00743ff9e34.tar.bz2
dockerfiles-d26199c824ed0be31ed4c9359f92e00743ff9e34.tar.xz
dockerfiles-d26199c824ed0be31ed4c9359f92e00743ff9e34.zip
unifi: upgrade to 5.14.23
-rw-r--r--unifi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/unifi/Makefile b/unifi/Makefile
index dfa5d37..67d3763 100644
--- a/unifi/Makefile
+++ b/unifi/Makefile
@@ -1,9 +1,9 @@
1VERSION=5.13.32 1VERSION=5.14.23
2IMAGE=docker.crute.me/unifi:$(VERSION) 2IMAGE=docker.crute.me/unifi:$(VERSION)
3LATEST=$(subst :$(VERSION),,$(IMAGE)):latest 3LATEST=$(subst :$(VERSION),,$(IMAGE)):latest
4 4
5DEB_LOCATION="https://dl.ui.com/unifi/$(VERSION)/unifi_sysvinit_all.deb" 5DEB_LOCATION="https://dl.ui.com/unifi/$(VERSION)/unifi_sysvinit_all.deb"
6CHECKSUM_LINE="281e5332db66a830f06c6c52ac735c3e82ac517ed6d5fabc2cf4120bc7f93464 *unifi_sysvinit_all.deb" 6CHECKSUM_LINE="fb12d448828656523978be9f594f2ce3fb35d524bc80d2c150e58f2a7d0159a9 *unifi_sysvinit_all.deb"
7 7
8all: 8all:
9 docker pull alpine:latest 9 docker pull alpine:latest