Compare commits

..

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