From 23c68063edf01f8b23d1b5f35964127b2add2c5e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 14 Oct 2018 11:05:37 +0200 Subject: [PATCH] :arrow_up: Upgrades Unifi to 5.9.29 --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 4a99164..c81ca40 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -28,7 +28,7 @@ RUN \ openjdk-8-jdk-headless=8u181-b13-0ubuntu0.18.04.1 \ \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ubnt.com/unifi/5.8.30/unifi_sysvinit_all.deb" \ + "https://dl.ubnt.com/unifi/5.9.29/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ \