From 43be9690f9ff1af238f8104f2077b8be94352898 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 11 Dec 2024 16:18:20 +0100 Subject: [PATCH] talk: update Janus to 1.x Signed-off-by: Simon L. --- .github/workflows/talk.yml | 2 +- Containers/talk/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/talk.yml b/.github/workflows/talk.yml index ee366a64ce0..674d6db8473 100644 --- a/.github/workflows/talk.yml +++ b/.github/workflows/talk.yml @@ -36,7 +36,7 @@ jobs: # Janus janus_version="$( - git ls-remote https://github.com/meetecho/janus-gateway v0.*.* \ + git ls-remote https://github.com/meetecho/janus-gateway v1.*.* \ | cut -d/ -f3 \ | sort -V \ | grep -E "^v[0-9]+\.[0-9]+\.[0-9]+$" \ diff --git a/Containers/talk/Dockerfile b/Containers/talk/Dockerfile index a5c74a7bda1..430854a1ccd 100644 --- a/Containers/talk/Dockerfile +++ b/Containers/talk/Dockerfile @@ -4,7 +4,7 @@ FROM eturnal/eturnal:1.12.1 AS eturnal FROM strukturag/nextcloud-spreed-signaling:2.0.1 AS signaling FROM alpine:3.20.3 AS janus -ARG JANUS_VERSION=v0.15.0 +ARG JANUS_VERSION=v1.3.0 WORKDIR /src RUN set -ex; \ apk add --no-cache \