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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
docker/my-dojo/.env
-
docker/my-dojo/tor/Dockerfile
|
|
@ -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,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 |
|
|
|