Compare commits

..

No commits in common. "a4e13c7a9b98fe44b6d75d7edf66681897588d33" and "6291a96f98714cb60833fc1da43f4951644db94e" have entirely different histories.

View file

@ -6,7 +6,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" \
curl="7.77.0-r0" \
tor="0.4.4.8-r0" && \
rm -f /var/cache/apk/* && \
mkdir /web && \