From 0843c15a10a0f928f928e1a785d8f4e224a1120a Mon Sep 17 00:00:00 2001 From: Trey Chadick Date: Mon, 19 Aug 2024 11:14:30 -0700 Subject: [PATCH] bump openssl to .17 (#110) (#111) Co-authored-by: labkey-stuartm <32204841+labkey-stuartm@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77ee881..53b38ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -150,7 +150,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \ export DEBIAN_FRONTEND=noninteractive; \ apt-get update; \ apt-get -yq --no-install-recommends install \ - openssl=3.0.2-0ubuntu1.16 \ + openssl=3.0.2-0ubuntu1.17 \ gettext-base=0.21-4ubuntu4 \ unzip=6.0-26ubuntu3.1 \ ; \