From feaab6f80dd30d7a30bb68edaf4bf7e7bfee44dd Mon Sep 17 00:00:00 2001 From: Tom Matheussen Date: Wed, 27 Jan 2021 21:24:30 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20UniFi=20Controll?= =?UTF-8?q?er=20v6.0.45=20(#146)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index a45bf46..f3435b3 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -30,7 +30,7 @@ RUN \ openjdk-8-jdk-headless=8u275-b01-0ubuntu1~18.04 \ \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ui.com/unifi/6.0.43/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/6.0.45/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ \