From 9702461f1a70b5fe32c1644a14b2849b19c9983d Mon Sep 17 00:00:00 2001 From: zmottie Date: Tue, 30 Apr 2024 15:39:43 -0700 Subject: [PATCH] Bumping Network Application to 8.1.127 113 --> 127 --- 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 \