mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
bump tor browser version
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
ff502042f6
commit
5dcbc69bb8
|
@ -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.1
|
ENV TOR_VERSION 4.5.2
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user