From 6a8d0658e29a31175dd18c9f2b8d14a111efb94b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 01:06:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/o?= =?UTF-8?q?penssl=20to=20v3.1.4-r3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tor/Dockerfile b/tor/Dockerfile index 148c69f..43639df 100755 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -12,7 +12,7 @@ COPY rootfs / RUN \ apk add --no-cache \ coreutils=9.4-r1 \ - openssl=3.1.4-r2 \ + openssl=3.1.4-r3 \ tor=0.4.8.10-r0 HEALTHCHECK \