docker: Update Janus from 0.11.8 to 0.14.1.

This commit is contained in:
Joachim Bauch 2024-02-27 15:37:30 +01:00
parent edd042b00e
commit 1bcf07afd3
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -31,7 +31,7 @@ RUN cd /tmp && \
# JANUS
ARG JANUS_VERSION=0.11.8
ARG JANUS_VERSION=0.14.1
RUN mkdir -p /usr/src/janus && \
cd /usr/src/janus && \
curl -L https://github.com/meetecho/janus-gateway/archive/v$JANUS_VERSION.tar.gz | tar -xz && \