From ef5e45af6db2a84acc23f83d12f20726ea6052e7 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 27 Aug 2022 19:50:46 -0300 Subject: [PATCH] tor: upgrade --- .woodpecker.yml | 2 +- Dockerfile | 1 - hidden_services.sh | 0 3 files changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 hidden_services.sh diff --git a/.woodpecker.yml b/.woodpecker.yml index a840c05..9246156 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ pipeline: settings: registry: registry.nulo.in username: sutty - repo: registry.nulo.in/sutty/CHANGEME + repo: registry.nulo.in/sutty/tor tags: - ${ALPINE_VERSION} - latest diff --git a/Dockerfile b/Dockerfile index de9286c..5e2a50a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ RUN apk add --no-cache tor curl jq COPY ./monit.conf /etc/monit.d/tor.conf COPY ./torrc /etc/tor/torrc COPY ./hidden_services.sh /usr/local/bin/hidden_services -RUN chmod +x /usr/local/bin/hidden_services RUN chmod 644 /etc/tor/torrc VOLUME /var/lib/tor diff --git a/hidden_services.sh b/hidden_services.sh old mode 100644 new mode 100755