From 721a4daa916793dbde6bcd8343327a8831da2ba2 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 9 Apr 2024 12:36:19 -0400 Subject: [PATCH] update to modules 1.2.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f576da2..4afc403 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done \ && git config --global pull.rebase true \ && git clone https://github.com/signalwire/freeswitch.git -b v1.10.10 \ && git clone https://github.com/warmcat/libwebsockets.git -b v4.3.3 \ - && git clone https://github.com/jambonz/freeswitch-modules.git -b 1.2.4 \ + && git clone https://github.com/jambonz/freeswitch-modules.git -b 1.2.5 \ && git clone https://github.com/grpc/grpc -b master && cd grpc && git checkout v1.57.0 && cd .. \ && cd freeswitch/libs \ && git clone https://github.com/drachtio/nuance-asr-grpc-api.git -b main \