Compare commits

..

No commits in common. "b36d2ce1b0e20cfb00b47158e65aa64a35e8a773" and "0f2d43895f9bb86bbb415810314dad754bc1daff" 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.74.0-r1" \
tor="0.4.4.8-r0" && \
tor="0.4.4.7-r1" && \
rm -f /var/cache/apk/* && \
mkdir /web && \
chown -R tor /web /etc/tor && \