Skip to content

Commit 34ee2da

Browse files
committed
Update libwebsockets from 3.2.3 to 4.3.2, libsrtp from 2.3.0 to 2.4.2
1 parent 3f820dd commit 34ee2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get -y update && DEBIAN_FRONTEND="noninteractive" TZ="Europe/Paris" apt-
3333
iproute2
3434

3535

36-
RUN LIBWEBSOCKET="3.2.3" && wget https://github.com/warmcat/libwebsockets/archive/v$LIBWEBSOCKET.tar.gz && \
36+
RUN LIBWEBSOCKET="4.3.2" && wget https://github.com/warmcat/libwebsockets/archive/v$LIBWEBSOCKET.tar.gz && \
3737
tar xzvf v$LIBWEBSOCKET.tar.gz && \
3838
cd libwebsockets-$LIBWEBSOCKET && \
3939
mkdir build && \
@@ -43,7 +43,7 @@ RUN LIBWEBSOCKET="3.2.3" && wget https://github.com/warmcat/libwebsockets/archiv
4343
cd / && rm -rf libwebsockets-$LIBWEBSOCKET
4444

4545

46-
RUN SRTP="2.3.0" && wget https://github.com/cisco/libsrtp/archive/v$SRTP.tar.gz && \
46+
RUN SRTP="2.4.2" && wget https://github.com/cisco/libsrtp/archive/v$SRTP.tar.gz && \
4747
tar xfv v$SRTP.tar.gz && \
4848
cd libsrtp-$SRTP && \
4949
./configure --prefix=/usr --enable-openssl && \

0 commit comments

Comments
 (0)