From 08fc1303bf01307b6380e3eb889d8bed40d7e8bd Mon Sep 17 00:00:00 2001 From: cwmoriarty Date: Tue, 30 Apr 2024 13:29:47 -0400 Subject: [PATCH] Update Unifi Controller to 8.1.127 Rel notes: https://community.ui.com/releases/UniFi-Network-Application-8-1-127/571d2218-216c-4769-a292-796cff379561 --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 4460bb6..e2e4586 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.1.113/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/8.1.127/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \