From 326d5edd17c4f4313c46c4a24f99137f5d03c585 Mon Sep 17 00:00:00 2001 From: cwmoriarty Date: Thu, 18 Jul 2024 04:23:56 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20UniFi=20Network?= =?UTF-8?q?=20Application=20to=208.3.32=20(#513)?= 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 80a7198..05593e6 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -17,7 +17,7 @@ RUN \ openjdk-17-jre-headless=17* \ \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ui.com/unifi/8.2.93/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/8.3.32/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \