소스 검색

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 3 년 전
부모
커밋
b25b88c238
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 \