From 9c5aa08e5877839a91ecadb8afd171f30d6cb493 Mon Sep 17 00:00:00 2001 From: stocker85 <47066928+stocker85@users.noreply.github.com> Date: Wed, 12 May 2021 20:46:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Upgrade=20UniFi=20Controller=206.2.?= =?UTF-8?q?23=20(#204)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As of today this RC went to stable https://community.ui.com/releases/UniFi-Network-Application-6-2-23/df89533b-184a-4fb7-b2c6-9f894b82df27#comment/85dcd21f-84b6-4967-bb8a-2ea349ead55e --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 14005eb..01c4c33 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -30,7 +30,7 @@ RUN \ openjdk-8-jdk-headless=8u292-b10-0ubuntu1~18.04 \ \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ui.com/unifi/6.1.71/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/6.2.23/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ \