mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
upgrade alpine base image v3.13.1->3.13.2 including upgrade of tor package v0.4.4.6-r1->0.4.4.7-r1 (diff links below)
https://git.alpinelinux.org/aports/commit/community/tor?id=3ff23770ebde5d5ce691e662d25ba01bd5020f3d https://git.alpinelinux.org/aports/commit/community/tor?id=a9d54349aa5fec39e2d79c46838ce05904ca9bda https://git.alpinelinux.org/aports/commit/community/tor?id=9ed5ece0dd0317f1976a1bb4729e911786d33af9 cherry-pick of https://github.com/fphammerle/docker-onion-service/commit/0599554fd6ae2ee3404dc63cec90730b14fa1fc2
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.13.1
|
||||
FROM docker.io/alpine:3.13.2
|
||||
|
||||
ARG TOR_PACKAGE_VERSION=0.4.4.6-r1
|
||||
ARG TOR_PACKAGE_VERSION=0.4.4.7-r1
|
||||
RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION
|
||||
VOLUME /var/lib/tor
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
https://gitweb.torproject.org/tor.git/plain/ChangeLog
|
||||
Reference in New Issue
Block a user