diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 22977ab..a448376 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -25,7 +25,7 @@ RUN \ && apt-get update \ && apt-get install -y --no-install-recommends mongodb-org-server=4.4.29 \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ui.com/unifi/8.0.28/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/8.1.113/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \