From b20630486ef225396a64c496533fb6a9d5014055 Mon Sep 17 00:00:00 2001 From: renewoensdregt <54376490+renewoensdregt@users.noreply.github.com> Date: Fri, 24 Nov 2023 18:11:28 +0100 Subject: [PATCH] Update Dockerfile --- 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 \