docker: Update libsrtp in example image to 2.6.0

This commit is contained in:
Joachim Bauch 2024-05-23 10:05:56 +02:00
parent 1952bfc2be
commit 8a0ce7c9b6
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -18,7 +18,7 @@ RUN cd /tmp && \
make && make install
# libsrtp
ARG LIBSRTP_VERSION=2.4.2
ARG LIBSRTP_VERSION=2.6.0
RUN cd /tmp && \
wget https://github.com/cisco/libsrtp/archive/v$LIBSRTP_VERSION.tar.gz && \
tar xfv v$LIBSRTP_VERSION.tar.gz && \