diff --git a/.github/workflows/docker-image.yml b/.github/workflows/publish-docker.yml similarity index 94% rename from .github/workflows/docker-image.yml rename to .github/workflows/publish-docker.yml index 132fd82..080eb77 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/publish-docker.yml @@ -1,4 +1,4 @@ -name: CI +name: Build and Publish Docker Image on: push: @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Update Docker Hub description - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@dc67fad7001ef9e8e3c124cb7a64e16d0a63d864 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/Dockerfile b/Dockerfile index 600415f..fab593d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.18.4 # Build-time variables -ARG TOR_VERSION=0.4.8.7 +ARG TOR_VERSION=0.4.8.9 ARG TZ=Europe/Berlin WORKDIR /tmp diff --git a/README.md b/README.md index 5fe3a64..13e079f 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Simple docker container for running a tor node. # Supported tags and respective `Dockerfile` links -* [`0.4.8.7-3`, `latest`](https://github.com/svengo/docker-tor/blob/db3597f9e17d3fbe69ecb3c31a44675f2cd94955/Dockerfile) +* [`latest`](https://github.com/svengo/docker-tor/blob/9c183a207895d3639165fdfb95ba40adb9a57ae1/Dockerfile) -Currently only the ``latest`` and the current tor version tags are supported. +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. # How to use this image