Browse Source

Merge branch 'feat_mydojo_tor_0_4_4' into 'develop'

upgrade tor to v0.4.4.6

See merge request dojo/samourai-dojo!184
use-env-var-docker
kenshin-samourai 4 years ago
parent
commit
eee73e9881
  1. 2
      docker/my-dojo/.env
  2. 4
      docker/my-dojo/tor/Dockerfile

2
docker/my-dojo/.env

@ -15,7 +15,7 @@ DOJO_DB_VERSION_TAG=1.2.0
DOJO_BITCOIND_VERSION_TAG=1.11.0
DOJO_NODEJS_VERSION_TAG=1.9.0
DOJO_NGINX_VERSION_TAG=1.5.0
DOJO_TOR_VERSION_TAG=1.6.0
DOJO_TOR_VERSION_TAG=1.7.0
DOJO_EXPLORER_VERSION_TAG=1.4.0
DOJO_INDEXER_VERSION_TAG=1.2.0
DOJO_WHIRLPOOL_VERSION_TAG=1.3.0

4
docker/my-dojo/tor/Dockerfile

@ -3,7 +3,7 @@ FROM debian:buster
ENV TOR_HOME /var/lib/tor
ENV TOR_URL https://archive.torproject.org/tor-package-archive
ENV TOR_MIRROR_URL https://tor.eff.org/dist
ENV TOR_VERSION 0.4.2.7
ENV TOR_VERSION 0.4.4.6
ENV TOR_GPG_KS_URI hkp://keyserver.ubuntu.com:80
ENV TOR_GPG_KEY1 0xEB5A896A28988BF5
ENV TOR_GPG_KEY2 0xC218525819F78451
@ -94,7 +94,7 @@ RUN chown tor:tor /wait-for-it.sh && \
chmod u+x /wait-for-it.sh && \
chmod g+x /wait-for-it.sh
# Expose socks port
# Expose socks port
EXPOSE 9050
# Switch to user tor

Loading…
Cancel
Save