Compare commits
No commits in common. "c46b9d7c5cbac921f9b8983fe43aa9216648cd36" and "83660fc102295fba3d90a2ccd13b1e5fda25c7ca" have entirely different histories.
c46b9d7c5c
...
83660fc102
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.74.0-r0" \
|
||||
tor="0.4.4.7-r1" && \
|
||||
tor="0.4.4.6-r1" && \
|
||||
rm -f /var/cache/apk/* && \
|
||||
mkdir /web && \
|
||||
chown -R tor /web /etc/tor && \
|
||||
|
|
Reference in a new issue