Skip to content

Commit

Permalink
bump Tor Browser version to 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rocodes committed Jan 6, 2020
1 parent 0551ea8 commit fec62b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/dockerfiles/xenial/python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN curl -LO https://ftp.mozilla.org/pub/firefox/releases/${FF_ESR_VER}/linux-x8

COPY ./tor_project_public.pub /opt/

ENV TBB_VERSION 9.0.1
ENV TBB_VERSION 9.0.3
RUN gpg --import /opt/tor_project_public.pub && \
wget https://www.torproject.org/dist/torbrowser/${TBB_VERSION}/tor-browser-linux64-${TBB_VERSION}_en-US.tar.xz && \
wget https://www.torproject.org/dist/torbrowser/${TBB_VERSION}/tor-browser-linux64-${TBB_VERSION}_en-US.tar.xz.asc && \
Expand Down

0 comments on commit fec62b5

Please sign in to comment.