wernight / docker-ngrok

An Ngrok v2 container based on wizardapps/ngrok and fnichol/ngrok
https://hub.docker.com/r/wernight/ngrok/
MIT License
456 stars 143 forks source link

Periodically rebuild image #44

Open AngelOnFira opened 5 years ago

AngelOnFira commented 5 years ago

The current version inside of the image is outdated. It is version 2.3.25 while the current version is 2.3.34. Can a periodic build be set up to rebuild the image once a month or so? This could likely be achieved with a Github action which could send a webhook to rebuild.

LeeThompson commented 3 years ago

2.3.38 now...

rogatty commented 3 years ago

Unfortunately, this docker image stopped working because of the outdated ngrok agent version:

docker run --rm --name=ngrok wernight/ngrok ngrok http --region=eu nginx:80

Your ngrok agent version "2.3.25" is no longer supported. Only the most recent version of the ngrok agent is supported without an account.
Update to a newer version with `ngrok update` or by downloading from https://ngrok.com/download.
Sign up for an account to avoid forced version upgrades: https://ngrok.com/signup.

ERR_NGROK_120
rogatty commented 3 years ago

Actually, it's enough to run docker pull wernight/ngrok:latest and you get the latest agent version:

docker run --rm --name=ngrok wernight/ngrok ngrok --version
ngrok version 2.3.40