diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 1f1edec..d480783 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -9,7 +9,7 @@ RUN \ && apt-get upgrade -y \ && apt-get install -y --no-install-recommends binutils libcap2 logrotate mongodb-server openjdk-17-jre-headless \ \ - && curl -sSLf "https://dl.ui.com/unifi/8.4.62/unifi_sysvinit_all.deb" > /tmp/unifi.deb \ + && curl -sSLf "https://dl.ui.com/unifi/8.5.6/unifi_sysvinit_all.deb" > /tmp/unifi.deb \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \