DyonR / docker-Jackettvpn

Docker container which runs a headless Jackett Server with an optional WireGuard or OpenVPN connection
https://hub.docker.com/r/dyonr/jackettvpn/
GNU General Public License v3.0
68 stars 32 forks source link

Out of date again #31

Closed mixxit closed 3 years ago

mixxit commented 3 years ago

Your version of Jackett v0.14.433.0 is very old. Multiple indexers are likely to fail when using an old version. Update to the latest version of Jackett.

I am using your docker image dyonr/jackettvpn

is something wrong again?

DyonR commented 3 years ago

My image on Docker Hub updates within an hour [normally] after Jackett releases a new version. Docker images do not update automatically, this is normal behaviour. So you have to do it manually.

To update the docker, you need to remove the old image and pull the new one.
I think this blog post explains well how to do it: https://ma.ttias.be/update-docker-container-latest-version/
You could also Google how to update containers for your specific system.