From da82c8513467b04870335f1d7e534c647518a293 Mon Sep 17 00:00:00 2001 From: cwmoriarty Date: Wed, 20 Mar 2024 14:09:08 +0000 Subject: [PATCH 1/3] Update controller to 8.1.133 --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 88ccd62..c6e9ec0 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -17,7 +17,7 @@ RUN \ openjdk-17-jre-headless=17* \ \ && 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 \ From 710475fd3cfdd52953b7fda6fbd7f5610a88b0d2 Mon Sep 17 00:00:00 2001 From: cwmoriarty Date: Wed, 20 Mar 2024 14:22:10 +0000 Subject: [PATCH 2/3] Update binutils pin to 1.9 --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index c6e9ec0..4460bb6 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -10,7 +10,7 @@ RUN \ apt-get update \ && apt-get upgrade -y \ && apt-get install -y --no-install-recommends \ - binutils=2.34-6ubuntu1.8 \ + binutils=2.34-6ubuntu1.9 \ libcap2=1:2.32-1ubuntu0.1 \ logrotate=3.14.0-4ubuntu3 \ mongodb-server=1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3 \ From dff4ea5388ff035a963273d1be33bc89efaacf5a Mon Sep 17 00:00:00 2001 From: cwmoriarty Date: Wed, 20 Mar 2024 15:24:14 +0000 Subject: [PATCH 3/3] Revert "Update binutils pin to 1.9" This reverts commit 710475fd3cfdd52953b7fda6fbd7f5610a88b0d2. --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 4460bb6..c6e9ec0 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -10,7 +10,7 @@ RUN \ apt-get update \ && apt-get upgrade -y \ && apt-get install -y --no-install-recommends \ - binutils=2.34-6ubuntu1.9 \ + binutils=2.34-6ubuntu1.8 \ libcap2=1:2.32-1ubuntu0.1 \ logrotate=3.14.0-4ubuntu3 \ mongodb-server=1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3 \