Skip to content

Commit

Permalink
Merge pull request #68 from svengo/update/v0.4.8.12
Browse files Browse the repository at this point in the history
Update to tor 0.4.8.12
  • Loading branch information
svengo authored Jun 6, 2024
2 parents d3a1710 + fc789ea commit 5773e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.20.0

# Build-time variables
ARG TOR_VERSION=0.4.8.11
ARG TOR_VERSION=0.4.8.12
ARG TZ=Europe/Berlin

WORKDIR /tmp
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Simple Docker container to run a Tor node.

## Supported tags and corresponding `Dockerfile` links

- [`latest`, `0.4.8.11`](https://github.com/svengo/docker-tor/blob/fb8ba174ecb08419babdf58c06a9cab295c58a3d/Dockerfile)
- [`latest`, `0.4.8.12`](https://github.com/svengo/docker-tor/blob/fb8ba174ecb08419babdf58c06a9cab295c58a3d/Dockerfile)

I will regularly rebuild the image to include updated Alpine packages with important security fixes.

Expand Down

0 comments on commit 5773e30

Please sign in to comment.