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 \