Browse Source

upgrade tor package from v0.4.8.4-r0 to v0.4.8.5-r0

https://web.archive.org/web/20230902071518/https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
https://web.archive.org/web/20230902071527/https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=2864c238df9d180dff584208bb63b46d3e639ef2

https://github.com/fphammerle/docker-tor-proxy/commit/204fc0e8703bea4e4fd02233c4d578fb8bfe61aa
Fabian Peter Hammerle 7 months ago
parent
commit
7868c8ed37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ FROM docker.io/alpine:3.18.3
 ARG GETTEXT_PACKAGE_VERSION=0.21.1-r7
 # https://gitweb.torproject.org/tor.git/plain/ChangeLog
 # https://git.alpinelinux.org/aports/log/community/tor?h=3.18-stable
-ARG TOR_PACKAGE_VERSION=0.4.8.4-r0
+ARG TOR_PACKAGE_VERSION=0.4.8.5-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \