Compare commits

..

No commits in common. "5d0dce5aa1553a6c3b8976c1e3012803eb33cb31" and "cd2580c604f26df08378990f44a43cf6ab3a680a" 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.76.1-r0" \
curl="7.74.0-r1" \
tor="0.4.4.8-r0" && \
rm -f /var/cache/apk/* && \
mkdir /web && \