feat(dockerfile): bump tor (0.4.8.6-r0)

This commit is contained in:
Nicolas Coutin
2023-09-23 14:57:11 +02:00
parent 34055f3b23
commit a6109840db

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