From b063dddf832cf4ef4bbf624952a6bf9444986f52 Mon Sep 17 00:00:00 2001 From: cwmoriarty Date: Sat, 14 Sep 2024 17:33:32 -0400 Subject: [PATCH] Update URL to 8.4.62 --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 05593e6..babee20 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.3.32/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/8.4.62/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \