mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
upgrade alpine base image to v3.15.0 including upgrade of tor package from v0.4.5.10-r0 to v0.4.6.7-r1 and nftables package (see below)
https://web.archive.org/web/20211204112320/https://gitweb.torproject.org/tor.git/plain/ChangeLog https://git.alpinelinux.org/aports/commit/community/tor?h=3.15-stable&id=01351ec5162a1c190361b3799c63862a4c94d935 https://git.alpinelinux.org/aports/commit/community/tor?h=3.15-stable&id=7d4f77837c3a2f1cecfbfbe9224552b3614e3664 https://git.alpinelinux.org/aports/commit/community/tor?h=3.15-stable&id=8c36ff0a65aac9960da5cfce6694eedd8d869da6 https://git.alpinelinux.org/aports/commit/community/tor?h=3.15-stable&id=82d7315dd0e5b8d8fca73c175c95c280d24707b1 https://github.com/fphammerle/docker-tor-obfs4-bridge/commit/ebf4ab28c1c9a3b481334feff9826e2f0e2b5cc1 https://web.archive.org/web/20211204163111/https://lwn.net/Articles/866923/ https://web.archive.org/web/20211204162830/https://marc.info/?l=netfilter&m=163724233607275&w=2 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.15-stable&id=e6af0bc07e922da5464d954686ffa1b144147289 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.15-stable&id=bff049102a3177352d3caff2aa4aecf8a2993740 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.15-stable&id=d69dc1a17026ff1844636db10fa77c7b546ac45a
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
FROM docker.io/alpine:3.14.3
|
||||
FROM docker.io/alpine:3.15.0
|
||||
|
||||
# nftables + dependencies add 2.3MB to image
|
||||
ARG TOR_PACKAGE_VERSION=0.4.5.10-r0
|
||||
ARG NFTABLES_PACKAGE_VERSION=0.9.9-r0
|
||||
ARG TOR_PACKAGE_VERSION=0.4.6.7-r1
|
||||
ARG NFTABLES_PACKAGE_VERSION=1.0.1-r0
|
||||
RUN apk add --no-cache \
|
||||
nftables=$NFTABLES_PACKAGE_VERSION \
|
||||
tor=$TOR_PACKAGE_VERSION
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
https://git.alpinelinux.org/aports/log/main/nftables?h=3.15-stable
|
||||
+1
-1
@@ -1 +1 @@
|
||||
https://git.alpinelinux.org/aports/log/community/tor
|
||||
https://git.alpinelinux.org/aports/log/community/tor?h=3.15-stable
|
||||
|
||||
Reference in New Issue
Block a user