Skip to content

Commit 097a0f7

Browse files
committed
update to latest janus v0.14.4 and usrsctp master
1 parent 9fb3c29 commit 097a0f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@ RUN git clone https://gitlab.freedesktop.org/libnice/libnice && \
7070

7171

7272
# datachannel build
73-
# Apr 17, 2024 master c4b52c34d4a7ecca6c992ba2f7f09607997d8ead
73+
# Aug 22, 2024 master a07d9a846480f072fe53cd9f55fd014077d532af
7474
RUN git clone https://github.com/sctplab/usrsctp.git && \
7575
cd usrsctp && \
76-
git checkout c4b52c34d4a7ecca6c992ba2f7f09607997d8ead && \
76+
git checkout a07d9a846480f072fe53cd9f55fd014077d532af && \
7777
./bootstrap && \
7878
./configure --prefix=/usr --disable-static --disable-programs --disable-inet --disable-inet6 && \
7979
make && make install && \
8080
cd / && rm -rf usrsctp
8181

8282

83-
# 2024-06-20 (v0.14.3 from 0.x branch)
84-
ENV JANUS_COMMIT="6ebd7dbbb7a62d08f3a441db39cde07e63259bfd"
83+
# 2024-09-10 (v0.14.4 from 0.x branch)
84+
ENV JANUS_COMMIT="4353b83ffb97775c5b97c09177690a2f09494eed"
8585
# ENV JANUS_DEBUG_CFLAGS="-O0 -g3 -ggdb3 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize=address -fsanitize-address-use-after-scope -fno-sanitize-recover=all"
8686
# ENV JANUS_DEBUG_LDFLAGS="-fsanitize=address"
8787
RUN git clone -b 0.x https://github.com/meetecho/janus-gateway.git && \

0 commit comments

Comments
 (0)