From 1178c68e6edbae4b9597d129905d70d0d826387e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:20:58 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20OpenSSL=20to=20v3?= =?UTF-8?q?.3.2-r1?= 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 dcdf7c5..6d10e9b 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -37,8 +37,8 @@ RUN \ xz=5.6.2-r0 \ \ && apk add --no-cache \ - libcrypto3=3.3.2-r0 \ - libssl3=3.3.2-r0 \ + libcrypto3=3.3.2-r1 \ + libssl3=3.3.2-r1 \ musl-utils=1.2.5-r0 \ musl=1.2.5-r0 \ \