diff --git a/Dockerfile b/Dockerfile index 8e3b755..8126f13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.0 +FROM alpine:3.19.1 # Build-time variables ARG TOR_VERSION=0.4.8.10 diff --git a/README.md b/README.md index 23051e4..43f73bb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Simple docker container for running a tor node. # Supported tags and respective `Dockerfile` links -* [`latest`, `0.4.8.10`](https://github.com/svengo/docker-tor/blob/963f6207aafb0172affe23fd8925686eec2136bb/Dockerfile) +* [`latest`, `0.4.8.10`](https://raw.githubusercontent.com/svengo/docker-tor/7b7134975c12f5561e76c757fe9f8840d3cd53e1/Dockerfile) I will be rebuilding the image on a regular basis to include updated alpine packages with important security fixes.