Skip to content

Commit 9b3a6fb

Browse files
authored
1.3.2->1.3.3
1 parent 303e019 commit 9b3a6fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 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.2&& \
139+
git checkout refs/tags/v1.3.3&& \
140140
sh autogen.sh && \
141141
./configure --prefix=/usr/local \
142142
--enable-post-processing \
@@ -160,3 +160,4 @@ RUN apt-get clean && \
160160
SHELL ["/bin/bash", "-l", "-euxo", "pipefail", "-c"]
161161

162162
CMD nginx && janus
163+

0 commit comments

Comments
 (0)