mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-20 21:14:21 +01:00
Upgraded Tor to v0.4.3.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.10.2
|
||||
|
||||
ARG TOR_VER=0.4.3.5
|
||||
ARG TOR_VER=0.4.3.6
|
||||
ARG TORGZ=https://dist.torproject.org/tor-$TOR_VER.tar.gz
|
||||
|
||||
RUN apk --no-cache add --update \
|
||||
@@ -12,7 +12,7 @@ RUN wget $TORGZ.asc && wget $TORGZ
|
||||
# From https://2019.www.torproject.org/include/keys.txt
|
||||
# Roger Dingledine: 0xEB5A896A28988BF5, 0xC218525819F78451
|
||||
# Nick Mathewson: 0xFE43009C4607B1FB, 0x6AFEE6D49E92B601(signing key)
|
||||
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 0x6AFEE6D49E92B601 \
|
||||
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 0xFE43009C4607B1FB 0x6AFEE6D49E92B601 \
|
||||
&& gpg --verify tor-$TOR_VER.tar.gz.asc \
|
||||
&& tar xfz tor-$TOR_VER.tar.gz && cd tor-$TOR_VER \
|
||||
&& ./configure && make install
|
||||
|
||||
Reference in New Issue
Block a user