From e425bdf0264f23015c1a07e696b03902895e9ec6 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Sun, 7 Apr 2024 12:48:11 -0400 Subject: [PATCH] update modules --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7de9986..71717bc 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.1 \ + && git clone https://github.com/jambonz/freeswitch-modules.git -b 1.2.2 \ && 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 \