From 1ce92df7886e4e66f4f50100ada4ee9b30ad17c1 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sat, 16 Jul 2016 12:11:23 +0530 Subject: [PATCH] tor: upgrade to `6.0.2` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4559a12..f0557c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM sameersbn/ubuntu:14.04.20160710 -ENV TOR_VERSION=6.0.1 \ +ENV TOR_VERSION=6.0.2 \ TOR_FINGERPRINT=0x4E2C6E8793298290 RUN wget -q -O - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | sudo apt-key add - \