1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-18 18:02:45 +02:00

Merge pull request from JarenGlover/tor-browser

fix  - upgrade tor browser version
This commit is contained in:
Jessie Frazelle 2015-07-09 08:09:51 -07:00
commit 66a436dba9

@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8 ENV LANG C.UTF-8
ENV TOR_VERSION 4.5.2 ENV TOR_VERSION 4.5.3
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 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