From 46d658bfcf8a15e580dcdcc5bf3a0b0b27f384e8 Mon Sep 17 00:00:00 2001 From: cpp Date: Sun, 28 Mar 2021 21:53:18 +0200 Subject: [PATCH] back to official repo, bugfix is merged --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9651103..e574c96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ RUN apt-get update -yqq && apt-get install -yqq \ WORKDIR /usr/src/murmur RUN \ - git clone https://github.com/qamodi/mumble.git . \ - && git checkout fix-session-id-0 \ + git clone https://github.com/mumble-voip/mumble.git . \ + && git checkout master \ && git submodule init \ && git submodule update