From d569454c0eef932ea81e3f0e002cf7946133b1e7 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 29 Dec 2016 20:29:02 +0530 Subject: [PATCH] tor-browser: bump version to `6.0.8` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e6b212..96e8a0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM sameersbn/ubuntu:14.04.20161217 -ENV TOR_VERSION=6.0.4 \ +ENV TOR_VERSION=6.0.8 \ TOR_FINGERPRINT=0x4E2C6E8793298290 RUN wget -q -O - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | sudo apt-key add - \