SuperSandro2000 / docker-images

All my docker images in one mono-repository with multi-arch support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicBot version outdated

Kelarik opened this issue · comments

MusicBot has been updated to 0.3.8, but this docker image statically pulls 0.3.6. Would be convenient if the latest version could be queried, so that manual updates aren't required, or alternatively be able to pass through the desired version as an env variable.

You should be able to just run make update in the directory to update the image.

I'm also having this issue

What do you mean 'run make update'?

If you clone the repo, go into the directory of the software and run make update you should get the latest version of the software in the Dockerfile. Then you can just build the Dockerfile and have the latest version.