From ac91df27b2b470a33627e4f2f8e4bf20ddda6f99 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 13 Dec 2015 14:49:03 +0530 Subject: [PATCH] torbrowser: bump to 5.0.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb5e557..85a9d5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM sameersbn/ubuntu:14.04.20151213 -ENV TOR_VERSION=5.0.3 \ +ENV TOR_VERSION=5.0.4 \ TOR_FINGERPRINT=0x4E2C6E8793298290 RUN wget -q -O - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | sudo apt-key add - \