Browse Source

upgrade tor package from v0.4.7.13-r0 to v0.4.7.13-r1 ("rebuild for zstd")

https://web.archive.org/web/20230409094419/https://git.alpinelinux.org/aports/commit/community/tor?h=3.17-stable&id=b06917e64f5dd6381b0f1d342ef1b8533938562f
Fabian Peter Hammerle 1 year ago
parent
commit
b0bf80d9af
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.3
 
 ARG GETTEXT_PACKAGE_VERSION=0.21.1-r1
-ARG TOR_PACKAGE_VERSION=0.4.7.13-r0
+ARG TOR_PACKAGE_VERSION=0.4.7.13-r1
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext=$GETTEXT_PACKAGE_VERSION \