From 0940458609d82eaaecea27f2f956e6b193aaedb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 00:32:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20OpenSSL=20to=20v3?= =?UTF-8?q?.1.1-r2?= 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 6006638..d4d5808 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -36,8 +36,8 @@ RUN \ xz=5.4.3-r0 \ \ && apk add --no-cache \ - libcrypto3=3.1.1-r1 \ - libssl3=3.1.1-r1 \ + libcrypto3=3.1.1-r2 \ + libssl3=3.1.1-r2 \ musl-utils=1.2.4-r0 \ musl=1.2.4-r0 \ \