From bfd40281524ca14aba5f92b2e4bf153f1f94acf8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 28 Jan 2024 20:34:54 +0100
Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/o?=
 =?UTF-8?q?penssl=20to=20v3.1.4-r5=20(#214)?=
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>
---
 tor/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tor/Dockerfile b/tor/Dockerfile
index f68f9f9..2f141f5 100755
--- a/tor/Dockerfile
+++ b/tor/Dockerfile
@@ -12,7 +12,7 @@ COPY rootfs /
 RUN \
     apk add --no-cache \
         coreutils=9.4-r2 \
-        openssl=3.1.4-r4 \
+        openssl=3.1.4-r5 \
         tor=0.4.8.10-r0
 
 HEALTHCHECK \