From c1cea3ec8cb87c0c4ef2d81b7032ea07b31f3b72 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 6 Mar 2023 18:54:48 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20openjdk-11-jdk-?= =?UTF-8?q?headless=20to=2011.0.18+10-0ubuntu1~20.04.1=20(#420)?= 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 b3585ca..2eb5fc3 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -14,7 +14,7 @@ RUN \ libcap2=1:2.32-1 \ logrotate=3.14.0-4ubuntu3 \ mongodb-server=1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3 \ - openjdk-11-jdk-headless=11.0.17+8-1ubuntu2~20.04 \ + openjdk-11-jdk-headless=11.0.18+10-0ubuntu1~20.04.1 \ \ && curl -J -L -o /tmp/unifi.deb \ "https://dl.ui.com/unifi/7.3.83/unifi_sysvinit_all.deb" \