Skip to content

Commit

Permalink
Merge pull request #105 from svengo/dependabot/docker/alpine-3.21.2
Browse files Browse the repository at this point in the history
Bump alpine from 3.21.1 to 3.21.2
  • Loading branch information
svengo authored Jan 9, 2025
2 parents 373a37d + c539bde commit 6f4316b
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,4 +1,4 @@
FROM alpine:3.21.1
FROM alpine:3.21.2

# Build-time variables
ARG TOR_VERSION=0.4.8.13
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Simple Docker container to run a Tor node.

## Supported tags and corresponding `Dockerfile` links

- [`latest`, `0.4.8.13`](https://github.com/svengo/docker-tor/blob/114b0d0a29a0dc4d6a4164df42acba99b2879272/Dockerfile)
- [`latest`, `0.4.8.13`](https://github.com/svengo/docker-tor/blob/57a9986b8b4963f46600a1f070c67afa34660609/Dockerfile)

The Docker images are tagged with the full Tor version number. Other versions are not supported.
I will regularly rebuild the image to include updated Alpine packages with security fixes.
Expand Down

0 comments on commit 6f4316b

Please sign in to comment.