docker: Update Janus in example image to 1.2.2

This commit is contained in:
Joachim Bauch 2024-05-23 10:03:43 +02:00
parent b3d2f7b02c
commit 1952bfc2be
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.14.1
ARG JANUS_VERSION=1.2.2
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 && \