Browse Source

Merge pull request #149 from Samourai-Wallet/feat_mydojo_upgrade_tor

upgrade tor to v0.4.2.7
use-env-var-docker
kenshin samourai 5 years ago
committed by GitHub
parent
commit
d5f9932ca8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/my-dojo/.env
  2. 2
      docker/my-dojo/tor/Dockerfile

2
docker/my-dojo/.env

@ -15,7 +15,7 @@ DOJO_DB_VERSION_TAG=1.1.1
DOJO_BITCOIND_VERSION_TAG=1.5.0
DOJO_NODEJS_VERSION_TAG=1.6.0
DOJO_NGINX_VERSION_TAG=1.4.0
DOJO_TOR_VERSION_TAG=1.3.0
DOJO_TOR_VERSION_TAG=1.4.0
DOJO_EXPLORER_VERSION_TAG=1.3.0
DOJO_INDEXER_VERSION_TAG=1.0.0

2
docker/my-dojo/tor/Dockerfile

@ -2,7 +2,7 @@ FROM debian:buster
ENV TOR_HOME /var/lib/tor
ENV TOR_URL https://archive.torproject.org/tor-package-archive
ENV TOR_VERSION 0.3.5.8
ENV TOR_VERSION 0.4.2.7
ENV TOR_GPG_KS_URI hkp://keyserver.ubuntu.com:80
ENV TOR_GPG_KEY1 0xEB5A896A28988BF5
ENV TOR_GPG_KEY2 0xC218525819F78451

Loading…
Cancel
Save