From b3a7b2e0e4de948bd20407163ee047c0c9db9ad5 Mon Sep 17 00:00:00 2001 From: AntiTree Date: Thu, 28 Jul 2016 21:36:06 -0400 Subject: [PATCH] Switch back to using Latest branch now that upstream has fixed the ssl error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71309f5..4870e82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ MAINTAINER Antitree antitree@protonmail.com # * tor-0.2.7.6 # * tor-0.2.7.5 # * release-0.2.1 -ENV TOR_VER="release-0.2.7" +ENV TOR_VER="latest" #ENV TOR_VER="master" # NOTE sometimes the master branch doesn't compile so I'm sticking with the release # feel free to change this to master to get the latest and greatest