[READ-ONLY] Mirror of https://github.com/elsbrock/tor-node. 🚀 small, customizable, up-to-date Tor node 🐳 Docker image based on the Arch Linux tor package
archlinux autoupdate distroless renovate tor
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update archlinux docker digest to 4a72871

authored by

Renovate Bot and committed by
renovate[bot]
(Jan 10, 2022, 11:26 PM UTC) 4ade0be5 c0a12215

+1 -1
+1 -1
Dockerfile
··· 4 4 RUN go install -ldflags="-extldflags=-static" -v gitlab.com/yawning/obfs4.git/obfs4proxy@latest \ 5 5 && cp -v /go/bin/* /usr/local/bin 6 6 7 - FROM amd64/archlinux@sha256:eb7103160935518131c7180903f9a6f5a18a043cbc0de3815943b10d0f1cf780 AS install-tor 7 + FROM amd64/archlinux@sha256:4a72871fdefa6b9df25c8defd501a5db9f622529a18d8e2bc6b0c1e1dab8824b AS install-tor 8 8 RUN pacman --noconfirm -Sy tor 9 9 10 10 RUN sed -i 's/#%include/%include/' /etc/tor/torrc && \