From dc03eb419e531fd4ce6222dadaca5d1848124f89 Mon Sep 17 00:00:00 2001 From: renewoensdregt <54376490+renewoensdregt@users.noreply.github.com> Date: Sat, 25 Nov 2023 14:13:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20UniFi=20Network?= =?UTF-8?q?=20Application=20to=208.0.7=20(#466)?= 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 d259588..19b74c4 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -17,7 +17,7 @@ RUN \ openjdk-17-jdk-headless=17* \ \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ui.com/unifi/7.5.187/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/8.0.7/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \