feat(dockerfile): bump tor to 0.4.7.7-r1

This commit is contained in:
Nicolas Coutin
2022-06-14 09:14:42 +02:00
parent adfac89c36
commit 45394d5930

View File

@@ -9,7 +9,7 @@ ENV TZ America/Los_Angeles
RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories
RUN apk update
RUN apk --no-cache add bash tzdata tor=0.4.6.10-r0
RUN apk --no-cache add bash tzdata tor=0.4.7.7-r1
EXPOSE 9001 9030