Browse Source

upgrade tor package from v0.4.7.12-r0 to v0.4.7.13-r0 (see below)

https://web.archive.org/web/20230113144848/https://gitweb.torproject.org/tor.git/plain/ChangeLog
https://git.alpinelinux.org/aports/commit/community/tor?h=3.17-stable&id=06668be47f81efab97ab829785dd344dd73d250d
Fabian Peter Hammerle 1 year ago
parent
commit
e9c3a5e14f
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.17.1
 
 ARG GETTEXT_PACKAGE_VERSION=0.21.1-r1
-ARG TOR_PACKAGE_VERSION=0.4.7.12-r0
+ARG TOR_PACKAGE_VERSION=0.4.7.13-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext=$GETTEXT_PACKAGE_VERSION \