diff --git a/docker/my-dojo/.env b/docker/my-dojo/.env index 9d9a43c..cd27eb6 100644 --- a/docker/my-dojo/.env +++ b/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 diff --git a/docker/my-dojo/tor/Dockerfile b/docker/my-dojo/tor/Dockerfile index eefa0d8..4f64d1b 100644 --- a/docker/my-dojo/tor/Dockerfile +++ b/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