From 37b89b7e4a897f5eca7b9dabc23cb68310ecfb59 Mon Sep 17 00:00:00 2001 From: Anthony Angel Date: Sat, 8 Jul 2023 09:15:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20UniFi=20Network?= =?UTF-8?q?=20Application=20to=207.4.162=20(#432)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Franck Nijhof --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 5eeb3b5..c42fccc 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -17,7 +17,7 @@ RUN \ openjdk-11-jdk-headless=11.0.19+7~us1-0ubuntu1~20.04.1 \ \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ui.com/unifi/7.3.83/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/7.4.162/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \