Skip to content

Commit

Permalink
update to modules 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Apr 5, 2024
1 parent 4f92696 commit 4a7509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 main \
&& git clone https://github.com/jambonz/freeswitch-modules.git -b 1.1.3 \
&& 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 \
Expand Down

0 comments on commit 4a7509f

Please sign in to comment.