SuperSandro2000 / docker-images

All my docker images in one mono-repository with multi-arch support
GNU General Public License v3.0
18 stars 18 forks source link

MusicBot version outdated #290

Closed Kelarik closed 2 years ago

Kelarik commented 2 years ago

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.

SuperSandro2000 commented 2 years ago

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

SnowDrifterr commented 2 years ago

I'm also having this issue

What do you mean 'run make update'?

SuperSandro2000 commented 2 years ago

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.