From 2ade6f0610adc85a0fcaf892cce02fc5954469fc Mon Sep 17 00:00:00 2001 From: labkey-willm Date: Mon, 5 Feb 2024 15:21:36 -0800 Subject: [PATCH] bump openssl to 3.0.2-0ubuntu1.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4e8577..3aaecd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -149,7 +149,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \ apt-get update; \ apt-get -yq --no-install-recommends install \ libtcnative-1=1.2.31-1build1 \ - openssl=3.0.2-0ubuntu1.12 \ + openssl=3.0.2-0ubuntu1.14 \ gettext-base=0.21-4ubuntu4 \ unzip=6.0-26ubuntu3.1 \ ; \