Compare commits
No commits in common. "7b3f6fff89efb990f95d1e8f98a6889f234f1c63" and "a4e13c7a9b98fe44b6d75d7edf66681897588d33" have entirely different histories.
7b3f6fff89
...
a4e13c7a9b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,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" \
|
||||
tor="0.4.4.9-r0" && \
|
||||
tor="0.4.4.8-r0" && \
|
||||
rm -f /var/cache/apk/* && \
|
||||
mkdir /web && \
|
||||
chown -R tor /web /etc/tor && \
|
||||
|
|
Reference in a new issue