From 1021f5040628d7813b85274fb1191cabbae1b4f0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 23 Aug 2019 22:17:59 +0200 Subject: [PATCH] :arrow_up: Upgrades UniFi Controller to 5.11.39 --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index c696d75..13c0d53 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -29,7 +29,7 @@ RUN \ openjdk-8-jdk-headless=8u222-b10-1ubuntu1~18.04.1 \ \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ubnt.com/unifi/5.10.26/unifi_sysvinit_all.deb" \ + "https://dl.ubnt.com/unifi/5.11.39/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ \