goofball222 / murmur

Murmur server (Mumble) Docker container - https://mumble.info
Apache License 2.0
36 stars 13 forks source link

Update container to Murmur 1.3.1 #7

Closed TBhimdi closed 4 years ago

TBhimdi commented 4 years ago

Murmur 1.3.1 has security fixes that would be very helpful to keep one's server secure. Currently the Docker container contains Murmur 1.3.0.

botanegg commented 4 years ago

You can simpy update image specially for your server

git clone https://github.com/goofball222/murmur.git
cd murmur
sed -i 's/1.3.0/1.3.1/g' stable/VERSION 
make

Then recreate your container by docker-compose up -d in your docker-compose.yml directory

goofball222 commented 4 years ago

Commit b0bbfb4 bumps the stable version to 1.3.1. Thanks for the heads-up there was a new release version.