Compare commits

..

No commits in common. "49b65a7192c44cd2c8d76e7257b2754a50ac1489" and "111f7ad684017cf0a4abdfefd165eeacc31b7844" 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-r0" \
curl="7.76.1-r0" \
tor="0.4.4.8-r0" && \
rm -f /var/cache/apk/* && \
mkdir /web && \