From eb5abd6e7ef904ea3d6f68c1683717851cb1be7c Mon Sep 17 00:00:00 2001 From: renewoensdregt <54376490+renewoensdregt@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:07:05 +0100 Subject: [PATCH] Bump Unifi Network Server to 8.6.9 Latest released version :https://www.ui.com/download/releases/network-server --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 835cf9b..1e76615 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.5.6/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/8.6.9/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \