Skip to content

Commit

Permalink
Update tor node 0.3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
paj-dk committed Sep 19, 2017
1 parent 74dcda2 commit 8e2bd26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tor 0.3.0.10
# Tor 0.3.1.7

FROM armhf/alpine:latest
MAINTAINER pajdk "https://hub.docker.com/r/pajdk/rpi-tor/"
Expand All @@ -19,12 +19,12 @@ RUN build_pkgs=" \
" \
&& apk --update add ${build_pkgs} ${runtime_pkgs}
RUN cd /tmp \
&& wget https://www.torproject.org/dist/tor-0.3.0.10.tar.gz \
&& wget https://www.torproject.org/dist/tor-0.3.0.10.tar.gz.asc \
&& wget https://www.torproject.org/dist/tor-0.3.1.7.tar.gz \
&& wget https://www.torproject.org/dist/tor-0.3.1.7.tar.gz.asc \
&& gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 0x9E92B601 \
&& gpg --verify tor-0.3.0.10.tar.gz.asc \
&& tar xzvf tor-0.3.0.10.tar.gz \
&& cd /tmp/tor-0.3.0.10 \
&& gpg --verify tor-0.3.1.7.tar.gz.asc \
&& tar xzvf tor-0.3.1.7.tar.gz \
&& cd /tmp/tor-0.3.1.7 \
&& ./configure \
&& make -j6 \
&& make install \
Expand Down

0 comments on commit 8e2bd26

Please sign in to comment.