From 383a803ab6547c705042d9e48834ff835a88235f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 09:36:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/t?= =?UTF-8?q?or=20to=20v0.4.8.7-r0=20(#189)?= 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 d6f4743..7600980 100755 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -13,7 +13,7 @@ RUN \ apk add --no-cache \ coreutils=9.3-r1 \ openssl=3.1.3-r0 \ - tor=0.4.8.6-r0 + tor=0.4.8.7-r0 HEALTHCHECK \ --start-period=5m \