Skip to content

Commit 4454a0d

Browse files
authored
Update Dockerfile
1 parent b7d0f59 commit 4454a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN apt-get update -y && apt-get install libavutil56 libavcodec58 libavformat58
102102

103103
# janus
104104
RUN cd / && git clone https://github.com/meetecho/janus-gateway.git && cd /janus-gateway && \
105-
git checkout refs/tags/v1.3.2 && \
105+
git checkout refs/tags/v1.3.1 && \
106106
sh autogen.sh && \
107107
./configure --prefix=/usr/local \
108108
--enable-post-processing \

0 commit comments

Comments
 (0)