feat(dockerfile): bump tor to 0.4.7.13-r1

This commit is contained in:
Ilshidur
2023-04-16 17:39:24 +02:00
parent 2da8577eeb
commit 7d580f47cf

View File

@@ -7,7 +7,7 @@ ENV XDG_DATA_HOME="/config" \
XDG_CONFIG_HOME="/config"
ENV TZ America/Los_Angeles
RUN apk --no-cache add bash tzdata tor=0.4.7.13-r0
RUN apk --no-cache add bash tzdata tor=0.4.7.13-r1
EXPOSE 9001 9030