Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periodically rebuild image #44

Open
AngelOnFira opened this issue Sep 16, 2019 · 3 comments
Open

Periodically rebuild image #44

AngelOnFira opened this issue Sep 16, 2019 · 3 comments

Comments

@AngelOnFira
Copy link

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
Copy link

2.3.38 now...

@LeeThompson LeeThompson mentioned this issue Apr 12, 2021
@rogatty
Copy link

rogatty commented Jul 28, 2021

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
Copy link

rogatty commented Jul 29, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants