From 609abcc3ed110abdfa5eacf1a5f268c492340978 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Mon, 25 Mar 2024 18:20:50 -0400 Subject: [PATCH] backup to lts version mr11.5.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3c27aa..4160b4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update \ && git clone https://github.com/warmcat/libwebsockets.git -b v4.3.2 \ && cd /usr/local/src/libwebsockets \ && mkdir -p build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo && make && make install \ - && git clone https://github.com/sipwise/rtpengine.git -b mr12.2.1.5 \ + && git clone https://github.com/sipwise/rtpengine.git -b mr11.5.1.24 \ && cd rtpengine/daemon \ && make with_transcoding=yes \ && find . -name rtpengine \