From 38c6accc209c8fb500e2209287a031a625d89164 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 3 Jul 2026 06:12:54 +0200 Subject: [PATCH] build(deps): bump curl from 8.20.0-r1 to 8.21.0-r0 --- tor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tor/Dockerfile b/tor/Dockerfile index 9e5c6ce..22f2060 100644 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -7,7 +7,7 @@ HEALTHCHECK CMD ["/usr/bin/curl", "-fsSL", "--socks5", "localhost:9050", "--sock RUN apk upgrade --no-cache \ && apk add --no-cache \ bash=5.3.9-r1 \ - curl=8.20.0-r1 \ + curl=8.21.0-r0 \ gettext=1.0-r0 \ git=2.54.0-r0 \ tor=0.4.9.10-r0 \