Skip to content

Commit

Permalink
Merge pull request #55 from svengo/dependabot/docker/alpine-3.19.0
Browse files Browse the repository at this point in the history
Bump alpine from 3.18.5 to 3.19.0
  • Loading branch information
svengo authored Dec 8, 2023
2 parents a5edddc + 0259763 commit c4ed702
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.18.5
FROM alpine:3.19.0

# Build-time variables
ARG TOR_VERSION=0.4.8.9
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Simple docker container for running a tor node.


# Supported tags and respective `Dockerfile` links
* [`latest`](https://github.com/svengo/docker-tor/blob/9c183a207895d3639165fdfb95ba40adb9a57ae1/Dockerfile)
* [`latest`](https://github.com/svengo/docker-tor/blob/a5edddc5a9960b7d9fafb0bf9fa34012641f172f/Dockerfile)

Currently only the `latest` tag is supported. I will be rebuilding the image on a regular basis to include updated alpine packages with important security fixes.

Expand Down

0 comments on commit c4ed702

Please sign in to comment.