Compare commits
No commits in common. "49b65a7192c44cd2c8d76e7257b2754a50ac1489" and "111f7ad684017cf0a4abdfefd165eeacc31b7844" have entirely different histories.
49b65a7192
...
111f7ad684
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.77.0-r0" \
|
||||
curl="7.76.1-r0" \
|
||||
tor="0.4.4.8-r0" && \
|
||||
rm -f /var/cache/apk/* && \
|
||||
mkdir /web && \
|
||||
|
|
Reference in a new issue