From f340931ae58fb78b5d646f98d4f0e231b40bdb5a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 8 Jul 2023 09:34:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20binutils=20to?= =?UTF-8?q?=202.34-6ubuntu1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 2eb5fc3..7d076db 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.4 \ + binutils=2.34-6ubuntu1.6 \ jsvc=1.0.15-8 \ libcap2=1:2.32-1 \ logrotate=3.14.0-4ubuntu3 \