File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,18 +70,18 @@ RUN git clone https://gitlab.freedesktop.org/libnice/libnice && \
70
70
71
71
72
72
# datachannel build
73
- # Apr 17 , 2024 master c4b52c34d4a7ecca6c992ba2f7f09607997d8ead
73
+ # Aug 22 , 2024 master a07d9a846480f072fe53cd9f55fd014077d532af
74
74
RUN git clone https://github.com/sctplab/usrsctp.git && \
75
75
cd usrsctp && \
76
- git checkout c4b52c34d4a7ecca6c992ba2f7f09607997d8ead && \
76
+ git checkout a07d9a846480f072fe53cd9f55fd014077d532af && \
77
77
./bootstrap && \
78
78
./configure --prefix=/usr --disable-static --disable-programs --disable-inet --disable-inet6 && \
79
79
make && make install && \
80
80
cd / && rm -rf usrsctp
81
81
82
82
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 "
85
85
# 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"
86
86
# ENV JANUS_DEBUG_LDFLAGS="-fsanitize=address"
87
87
RUN git clone -b 0.x https://github.com/meetecho/janus-gateway.git && \
You can’t perform that action at this time.
0 commit comments