mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
docker: Update Janus from 0.11.8 to 0.14.1.
This commit is contained in:
parent
edd042b00e
commit
1bcf07afd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue