Skip to content

Commit 51394c9

Browse files
committed
specify a pinned version for janus-plugin-sfu
1 parent 1914dfa commit 51394c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ RUN git clone -b 0.x https://github.com/meetecho/janus-gateway.git && \
8787

8888
RUN git clone -b master https://github.com/networked-aframe/janus-plugin-sfu.git && \
8989
cd janus-plugin-sfu && \
90+
git checkout 1914dfa7e22c793f4a684ebeb002304661270519 && \
9091
echo version 2 increment this line to invalidate cache of this layer while iterating build during development && \
9192
cargo build --release && \
9293
mkdir -p /usr/lib/janus/plugins && \

0 commit comments

Comments
 (0)