mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
tor-browser: Add file, update versions (#525)
This commit is contained in:
parent
bb0b611e4f
commit
c4a3f3563b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user