Compare commits

..

No commits in common. "9ff7c9f64d6a6ff857cca36d787e98ea94f2af15" and "c38bbacf0c4ca0f4c8611618b95ae48b53be310c" have entirely different histories.

View file

@ -7,7 +7,7 @@ FROM base-${ARCH}
RUN adduser -D -h /usr/local/tor -s /bin/false tor tor && \
apk upgrade --no-cache && apk add \
curl="7.77.0-r1" \
tor="0.4.5.9-r0" && \
tor="0.4.4.9-r0" && \
rm -f /var/cache/apk/* && \
mkdir /web && \
chown -R tor /web /etc/tor && \