-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Thanks to https://hub.docker.com/r/chriswayg/tor-alpine/dockerfile (Christian [email protected]) | ||
# Dockerfile for Tor Relay Server with obfs4proxy (Multi-Stage build) | ||
|
||
FROM alpine:3.19 AS tor-build | ||
ENV TOR_VERSION=0.4.8.10 | ||
ENV TOR_HASH=e628b4fab70edb4727715b23cf2931375a9f7685ac08f2c59ea498a178463a86 | ||
FROM alpine:3.13 AS tor-build | ||
ENV TOR_VERSION=0.4.7.10 | ||
ENV TOR_HASH=647e56dfa59ea36dab052027fcfc7663905c826c03509363c456900ecd435a5b | ||
# Install prerequisites | ||
RUN apk --no-cache add --update \ | ||
build-base \ | ||
|
@@ -41,9 +41,9 @@ WORKDIR /tmp/bin | |
RUN wget -qO gosu "https://github.com/tianon/gosu/releases/download/1.13/gosu-amd64" \ | ||
&& echo "6f333f520d31e212634c0777213a5d4f8f26bba1ab4b0edbbdf3c8bff8896ecf gosu" | sha256sum -c - | ||
|
||
FROM alpine:3.19 | ||
FROM alpine:3.13 | ||
|
||
ENV TOR_VERSION=0.4.8.10 | ||
ENV TOR_VERSION=0.4.7.8 | ||
|
||
# Installing dependencies of Tor | ||
RUN apk --no-cache add --update \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters