We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0f1be commit 51b89dcCopy full SHA for 51b89dc
Dockerfile
@@ -1,10 +1,10 @@
1
FROM alpine:3.22
2
3
LABEL maintainer "zyclonite"
4
-LABEL version "0.4.8.17"
+LABEL version "0.4.8.21"
5
LABEL description "Tor as Docker Image"
6
7
-ARG version="0.4.8.17-r0"
+ARG version="0.4.8.21-r0"
8
9
RUN apk add --no-cache --purge --clean-protected -u ca-certificates tor=$version \
10
&& chmod -R 700 /var/lib/tor \
0 commit comments