From d7c410a66baff3f60aefacaf5343ee1d43bb72eb Mon Sep 17 00:00:00 2001 From: renewoensdregt <54376490+renewoensdregt@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:13:14 +0100 Subject: [PATCH] Update Network controller to version 8.0.28 (#484) --- unifi/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 84993cd..1cfd505 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -9,15 +9,15 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apt-get update \ && apt-get install -y --no-install-recommends \ - binutils=2.34-6ubuntu1.7 \ + binutils=2.34-6ubuntu1.8 \ jsvc=1.0.15-8 \ - libcap2=1:2.32-1 \ + libcap2=1:2.32-1ubuntu0.1 \ logrotate=3.14.0-4ubuntu3 \ mongodb-server=1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3 \ openjdk-17-jdk-headless=17* \ \ && curl -J -L -o /tmp/unifi.deb \ - "https://dl.ui.com/unifi/8.0.26/unifi_sysvinit_all.deb" \ + "https://dl.ui.com/unifi/8.0.28/unifi_sysvinit_all.deb" \ \ && dpkg --install /tmp/unifi.deb \ && apt-get clean \