From f389d5d4491c8856eecfd6c53e1473900c8a3d25 Mon Sep 17 00:00:00 2001 From: Gregor Noczinski Date: Fri, 1 Nov 2024 15:08:19 +0100 Subject: [PATCH] Update to 8.5.6 --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \