diff --git a/Dockerfile b/Dockerfile index df9f702..e7e674a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/tor-changelog.url b/tor-changelog.url deleted file mode 100644 index e915bb8..0000000 --- a/tor-changelog.url +++ /dev/null @@ -1 +0,0 @@ -https://gitweb.torproject.org/tor.git/plain/ChangeLog diff --git a/tor-package-log.url b/tor-package-log.url deleted file mode 100644 index c81975a..0000000 --- a/tor-package-log.url +++ /dev/null @@ -1 +0,0 @@ -https://git.alpinelinux.org/aports/log/community/tor?h=3.18-stable