mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
upgrade tor package from v0.4.7.13-r2 to v0.4.8.4-r0 (links to changelogs below)
https://web.archive.org/web/20230826052026/https://gitlab.torproject.org/tpo/core/tor/-/raw/HEAD/ChangeLog https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=309a6d346e261fb4e3ba16f5d1235ef5cb8ccd0d https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=ad2036ac520446b0a5afcb83e2baaa1840cc973c
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
FROM docker.io/alpine:3.18.3
|
||||
|
||||
# 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
|
||||
# nftables + dependencies add 2.3MB to image
|
||||
ARG TOR_PACKAGE_VERSION=0.4.7.13-r2
|
||||
ARG NFTABLES_PACKAGE_VERSION=1.0.7-r2
|
||||
RUN apk add --no-cache \
|
||||
nftables=$NFTABLES_PACKAGE_VERSION \
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
https://gitweb.torproject.org/tor.git/plain/ChangeLog
|
||||
@@ -1 +0,0 @@
|
||||
https://git.alpinelinux.org/aports/log/community/tor?h=3.18-stable
|
||||
Reference in New Issue
Block a user