From 28ded80044102ac34f9847203b300ed7f3f458fd Mon Sep 17 00:00:00 2001 From: Renat Gabdulhakov Date: Thu, 13 Feb 2025 16:15:09 +0000 Subject: [PATCH] [TOR] Lint --- tor/Dockerfile | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tor/Dockerfile b/tor/Dockerfile index f1da40e83..78a81175c 100644 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -11,13 +11,13 @@ COPY rootfs / # Setup base RUN \ apk add --no-cache \ - coreutils=9.5-r2 \ - openssl=3.3.3-r0 \ - tor=0.4.8.14-r1 \ - go=1.23.6-r0 \ - git=2.47.2-r0 \ - ca-certificates=20241121-r1 \ - libcap=2.71-r0 + coreutils=9.5-r2 \ + openssl=3.3.3-r0 \ + tor=0.4.8.14-r1 \ + go=1.23.6-r0 \ + git=2.47.2-r0 \ + ca-certificates=20241121-r1 \ + libcap=2.71-r0 # Download pluggable-transports sources WORKDIR /go @@ -25,8 +25,8 @@ ARG OBFS_VERSION=obfs4proxy-0.0.14 ARG SNOWFLAKE_VERSION=v2.10.1 ARG WEBTUNNEL_VERSION=v0.0.2 RUN git clone -b ${OBFS_VERSION} --single-branch --depth 1 https://github.com/Yawning/obfs4.git \ - && git clone -b ${SNOWFLAKE_VERSION} --single-branch --depth 1 https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git \ - && git clone -b ${WEBTUNNEL_VERSION} --single-branch --depth 1 https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel.git + && git clone -b ${SNOWFLAKE_VERSION} --single-branch --depth 1 https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git \ + && git clone -b ${WEBTUNNEL_VERSION} --single-branch --depth 1 https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel.git # Build obfs4proxy WORKDIR /go/obfs4 @@ -56,11 +56,11 @@ HEALTHCHECK \ --interval=60s \ --timeout=30s \ CMD curl \ - --silent \ - --location \ - --socks5-hostname localhost:9050 \ - https://check.torproject.org/?lang=en_US \ - | grep -qm1 Congratulations + --silent \ + --location \ + --socks5-hostname localhost:9050 \ + https://check.torproject.org/?lang=en_US \ + | grep -qm1 Congratulations # Build arguments ARG BUILD_ARCH