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 \ \