Browse Source

upgrade tor package from v0.4.5.9-r0 to v0.4.5.10-r0 (see links below)

https://gitweb.torproject.org/tor.git/plain/ChangeLog
https://git.alpinelinux.org/aports/commit/community/tor?id=b2aec05acfa2bf2a191f41f24ed213f883e648e9

https://github.com/fphammerle/docker-tor-proxy/commit/5a9d489a1d08c967584ee6b38dee94683dd0d47b
Fabian Peter Hammerle 2 years ago
parent
commit
b25b88c238
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM docker.io/alpine:3.14.1
 
 ARG GETTEXT_PACKAGE_VERSION=0.21-r0
-ARG TOR_PACKAGE_VERSION=0.4.5.9-r0
+ARG TOR_PACKAGE_VERSION=0.4.5.10-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext=$GETTEXT_PACKAGE_VERSION \