feat(upgrade): use latest TOR version

This commit is contained in:
Ilshidur
2019-10-21 23:25:27 +02:00
parent 482b039275
commit b1d14846a3

View File

@@ -2,7 +2,9 @@ FROM alpine:3.10
LABEL maintainer "Nicolas Coutin <ilshidur@gmail.com>"
RUN apk --no-cache add tor bash tzdata
RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories
RUN apk update
RUN apk --no-cache add bash tzdata tor
ENV TZ America/Los_Angeles
EXPOSE 9001