diff --git a/Dockerfile b/Dockerfile index 5080a46..8babd27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.5 +FROM alpine:3.19.0 # Build-time variables ARG TOR_VERSION=0.4.8.9 diff --git a/README.md b/README.md index a0f8857..448727a 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`](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.