From 259245a00970b1ee926dcbfebb12b191756c247a Mon Sep 17 00:00:00 2001 From: cwmoriarty Date: Tue, 4 Feb 2025 09:01:27 -0500 Subject: [PATCH] Update Dockerfile to use https://dl.ui.com/unifi/9.0.114/unifi_sysvinit_all.deb --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index af22306..c9bb4a0 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/9.0.108/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/9.0.114/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \