feat: bump tor version

This commit is contained in:
Nicolas Coutin
2021-09-23 19:20:01 +02:00
committed by GitHub
parent 5da9702105
commit 604f45c907

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.3.5-r0
RUN apk --no-cache add bash tzdata tor=0.4.6.7-r0
EXPOSE 9001 9030