tor-browser: Add file, update versions (#525)

This commit is contained in:
Nikolas Garofil 2020-03-30 04:10:41 +02:00 committed by GitHub
parent bb0b611e4f
commit c4a3f3563b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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/*
@ -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

View File

@ -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/*
@ -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