-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Issue
The current Docker image used by Torware is running an obsolete version of Tor (v0.4.8.10). This triggers "Obsolete" warnings in monitoring tools like Nyx and may eventually lead to the relay being rejected by the network.
Steps to Reproduce
Install Torware and start a Relay.
Access the monitoring tool (Nyx).
Observe the version header at the top of the screen.
Expected Behavior
The Docker image should be updated to the latest stable version of Tor (currently 0.4.9.x or higher) to ensure security, performance, and compatibility with the Tor network.
Actual Behavior
Torware is stuck on version 0.4.8.10. Even after running torware update, the Tor binary inside the container remains outdated because the base image samnetdev/torware-relay:latest has not been rebuilt with the new version.
Since Tor 0.4.9 is now the stable standard, many relays are receiving the 'obsolete' flag, which can affect the relay's reputation over time.