Update Dockerfile

This commit is contained in:
dub452
2023-05-16 19:06:40 -04:00
parent 2e775b28f9
commit 6d41596565

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