Compare commits
No commits in common. "7fccaf22bb3be113d0b98f08fa46276cfaa193d8" and "c828623a2abc9bc169fe889594bfc4ab229aa06d" have entirely different histories.
7fccaf22bb
...
c828623a2a
1 changed files with 1 additions and 1 deletions
|
@ -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.79.1-r0" \
|
||||
curl="7.79.0-r0" \
|
||||
tor="0.4.5.10-r0" && \
|
||||
rm -f /var/cache/apk/* && \
|
||||
mkdir /web && \
|
||||
|
|
Reference in a new issue