Skip to content

Commit

Permalink
Update to Docker 0.4.8.7 (#48)
Browse files Browse the repository at this point in the history
* Update Dockerfile
* Update README.md
  • Loading branch information
svengo authored Sep 25, 2023
1 parent ee2079c commit 5c906b3
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.18.3

# Build-time variables
ARG TOR_VERSION=0.4.8.6
ARG TOR_VERSION=0.4.8.7
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 @@ -24,7 +24,7 @@ Simple docker container for running a tor node.


# Supported tags and respective `Dockerfile` links
* [`0.4.8.6-01`, `latest`](https://github.com/svengo/docker-tor/blob/77d772d900492e16eaaf33d0228e6cadc7d99a6c/Dockerfile)
* [`0.4.8.7-1`, `latest`](https://github.com/svengo/docker-tor/blob/bfb9fc1a81e589748a4e94d675733d23954ff6a6/Dockerfile)

Currently only the ``latest`` and the current tor version tags are supported.

Expand Down

0 comments on commit 5c906b3

Please sign in to comment.