update version 13.5.1

This commit is contained in:
ale 2024-07-27 12:43:24 +02:00
parent d08457ce8b
commit 250bc3430d
2 changed files with 16 additions and 3 deletions

View File

@ -1,8 +1,8 @@
FROM debian:sid
FROM debian
ENV TOR_VERSION=13.5
ENV TOR_VERSION=13.5.1
# Via https://dist.torproject.org/torbrowser/$TOR_VERSION/sha256sums-signed-build.txt
ENV SHA256_CHECKSUM=9e9aab1b20b0a8c799f09b2c47f129bc30a590b4372b4c447c4d7d7c79fe183b
ENV SHA256_CHECKSUM=d53c712d68cd77add4c620aa4d68ea6b9ba9ade3ab857e0c68c0f03c4108ca8a
ENV RELEASE_FILE=tor-browser-linux-x86_64-${TOR_VERSION}.tar.xz
ENV RELEASE_KEY=0x4E2C6E8793298290
ENV RELEASE_URL=https://dist.torproject.org/torbrowser/${TOR_VERSION}/${RELEASE_FILE}

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
services:
tor-browser:
# image: registry.gitlab.com/manalejandro/tor-browser/tb:latest
image: tb
build: .
hostname: tor-browser
container_name: tor-browser
restart: "no"
environment:
- DISPLAY=unix$DISPLAY
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:ro
network_mode: "none"