Merge pull request #672 from strukturag/docker-janus

docker: Update Janus from 0.11.8 to 0.14.1.
This commit is contained in:
Joachim Bauch 2024-02-27 15:43:37 +01:00 committed by GitHub
commit ba73d1a7df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 && \