Compare commits

..

No commits in common. "0f876707e40fac30a3e48f57df084fce90011211" and "4d88b4c52094446474b53e1c70626936e90cb6ef" 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.78.0-r0" \
curl="7.77.0-r1" \
tor="0.4.5.9-r0" && \
rm -f /var/cache/apk/* && \
mkdir /web && \