From aeb0724ed319c3dbabb364e3172451748fe1d0c3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 6 May 2019 12:10:46 +0200 Subject: [PATCH] :arrow_up: Upgrades UniFi Controller to 5.10.23 --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index a127829..7bc778e 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -29,7 +29,7 @@ RUN \ openjdk-8-jdk-headless=8u191-b12-2ubuntu0.18.04.1 \ \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ubnt.com/unifi/5.10.21/unifi_sysvinit_all.deb" \ + "https://dl.ubnt.com/unifi/5.10.23/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ \