From 9bddc0e511007d796736be25c113da7635c5cc83 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 23 Mar 2022 11:59:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20libssl1.1=20to?= =?UTF-8?q?=201.1.1n-r0=20(#181)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index b342a78..6c38a68 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -26,8 +26,8 @@ RUN \ tar=1.34-r0 \ \ && apk add --no-cache \ - libcrypto1.1=1.1.1l-r8 \ - libssl1.1=1.1.1l-r8 \ + libcrypto1.1=1.1.1n-r0 \ + libssl1.1=1.1.1n-r0 \ musl-utils=1.2.2-r7 \ musl=1.2.2-r7 \ \