Skip to content

Commit 4490593

Browse files
authored
Update Dockerfile
lisrtp to 2.6.0
1 parent 29f500b commit 4490593

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
@@ -46,7 +46,7 @@ RUN cd /tmp/ && LIBWEBSOCKET="4.3.2" && wget https://github.com/warmcat/libwebs
4646
make && make install
4747

4848
# libsrtp
49-
RUN cd /tmp/ && SRTP="2.2.0" && wget https://github.com/cisco/libsrtp/archive/v$SRTP.tar.gz && \
49+
RUN cd /tmp/ && SRTP="2.6.0" && wget https://github.com/cisco/libsrtp/archive/v$SRTP.tar.gz && \
5050
tar xfv v$SRTP.tar.gz && \
5151
cd libsrtp-$SRTP && \
5252
./configure --prefix=/usr --enable-openssl && \

0 commit comments

Comments
 (0)