Skip to content

Commit

Permalink
Update tor to version 0.4.8.9 (#52)
Browse files Browse the repository at this point in the history
* Update README.md
* Rename docker-image.yml to publish-docker.yml
* Update publish-docker.yml
* Update Dockerfile
  • Loading branch information
svengo authored Nov 9, 2023
1 parent 3a297eb commit 7535f35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build and Publish Docker Image

on:
push:
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7535f35

Please sign in to comment.