From d2541d398de62a1226343ab8911a501c971c227f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 08:05:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20OpenSSL=20to=20v3?= =?UTF-8?q?.1.5-r0=20(#17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 4839810..a6b0b42 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -37,8 +37,8 @@ RUN \ xz=5.4.5-r0 \ \ && apk add --no-cache \ - libcrypto3=3.1.4-r6 \ - libssl3=3.1.4-r6 \ + libcrypto3=3.1.5-r0 \ + libssl3=3.1.5-r0 \ musl-utils=1.2.4_git20230717-r4 \ musl=1.2.4_git20230717-r4 \ libstdc++=13.2.1_git20231014-r0 \