From 526599945cbc682fbdce9a9aa0a80dc8d86c98bb Mon Sep 17 00:00:00 2001 From: renewoensdregt <54376490+renewoensdregt@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:25:46 +0100 Subject: [PATCH] Version update to 8.0.24 (#469) --- unifi/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 19b74c4..36313c3 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apt-get update \ && apt-get install -y --no-install-recommends \ - binutils=2.34-6ubuntu1.6 \ + binutils=2.34-6ubuntu1.7 \ jsvc=1.0.15-8 \ libcap2=1:2.32-1 \ logrotate=3.14.0-4ubuntu3 \ @@ -17,7 +17,7 @@ RUN \ openjdk-17-jdk-headless=17* \ \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ui.com/unifi/8.0.7/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/8.0.24/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \