[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 f5d1bba

authored by

Renovate Bot and committed by
renovate[bot]
(Nov 23, 2021, 2:25 AM UTC) fdcfb224 30691450

+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:52b9c822cfc959544541ef8cc4a3359aff6bc89984ddfa6555bf952267ef3cff AS install-tor 7 + FROM amd64/archlinux@sha256:f5d1bbaad10397f179d475f3602aad4a49af0785aa2b59dc10d8de0c72e0f7ed AS install-tor 8 8 RUN pacman --noconfirm -Sy tor 9 9 10 10 RUN sed -i 's/#%include/%include/' /etc/tor/torrc && \