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 \