Skip to content

Commit e566954

Browse files
committed
Update docs for 0.4.4.7
1 parent fe6ecc7 commit e566954

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION=0.4.4.5
1+
ARG VERSION=0.4.4.7
22

33
ARG USER=toruser
44
ARG UID=1000

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ TOR service as a docker container, supporting multiple platforms/architectures (
1515
> **NOTE:** For an always up-to-date list see: https://hub.docker.com/r/lncm/tor/tags
1616
1717
* `latest`
18+
* `0.4.4.7`
1819
* `0.4.5.5-rc` `0.4.5.3-rc`
1920
* `0.4.4.5` `0.4.4.6`
2021
* `0.4.4.4-rc` `0.4.3.6`

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
tor:
5-
image: lncm/tor:0.4.4.6
5+
image: lncm/tor:0.4.4.7
66
container_name: tor
77
volumes:
88
- ${PWD}/data:/etc/tor

0 commit comments

Comments
 (0)