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 \