Skip to content

Commit 37a80b9

Browse files
authored
Update Dockerfile 1.3.1->1.3.2
1 parent 1ce3d46 commit 37a80b9

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
@@ -136,7 +136,7 @@ RUN apt-get update -y && apt-get install libavutil56 libavcodec58 libavformat58
136136

137137
# janus
138138
RUN cd / && git clone https://github.com/meetecho/janus-gateway.git && cd /janus-gateway && \
139-
git checkout refs/tags/v1.3.1 && \
139+
git checkout refs/tags/v1.3.2&& \
140140
sh autogen.sh && \
141141
./configure --prefix=/usr/local \
142142
--enable-post-processing \

0 commit comments

Comments
 (0)