From c128a5d246afc153c71276d20ca179bfdfeee8b9 Mon Sep 17 00:00:00 2001 From: Laurent Malvert Date: Fri, 15 May 2015 17:11:30 +0200 Subject: [PATCH] updating tor-browser to 4.5.1 to keep up with sec updates --- tor-browser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tor-browser/Dockerfile b/tor-browser/Dockerfile index 838047a..3c28597 100644 --- a/tor-browser/Dockerfile +++ b/tor-browser/Dockerfile @@ -25,7 +25,7 @@ RUN useradd --create-home --home-dir $HOME user \ ENV LANG C.UTF-8 -ENV TOR_VERSION 4.5 +ENV TOR_VERSION 4.5.1 RUN curl -sSL "https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz" | tar -v -C /usr/local/bin -xJ --strip-components 1