From 6f8a0d93f046e8c79ba8f3288ea40e3ddfcf2875 Mon Sep 17 00:00:00 2001 From: Will Mooreston Date: Tue, 17 Sep 2024 11:17:30 -0700 Subject: [PATCH] bump openssl version to 3.0.2-0ubuntu1.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53b38ce..44fb2f3 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.17 \ + openssl=3.0.2-0ubuntu1.18 \ gettext-base=0.21-4ubuntu4 \ unzip=6.0-26ubuntu3.1 \ ; \