Skip to content

Commit

Permalink
tor-browser: Add file, update versions (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaro authored Mar 30, 2020
1 parent bb0b611 commit c4a3f35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tor-browser/alpha/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
libx11-xcb1 \
libxt6 \
xz-utils \
file \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -33,7 +34,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8

# https://www.torproject.org/download/alpha/
ENV TOR_VERSION 9.5a3
ENV TOR_VERSION 9.5a8
ENV TOR_FINGERPRINT 0x4E2C6E8793298290

# download tor and check signature
Expand Down
3 changes: 2 additions & 1 deletion tor-browser/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
libx11-xcb1 \
libxt6 \
xz-utils \
file \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -33,7 +34,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8

# https://www.torproject.org/projects/torbrowser.html.en
ENV TOR_VERSION 9.0.2
ENV TOR_VERSION 9.0.7
ENV TOR_FINGERPRINT 0x4E2C6E8793298290

# download tor and check signature
Expand Down

0 comments on commit c4a3f35

Please sign in to comment.