diff --git a/cluster/prod/app/jitsi/build/docker-compose.yml b/cluster/prod/app/jitsi/build/docker-compose.yml index 19c3782..d4d3b61 100644 --- a/cluster/prod/app/jitsi/build/docker-compose.yml +++ b/cluster/prod/app/jitsi/build/docker-compose.yml @@ -6,16 +6,16 @@ services: context: ./jitsi-meet args: # https://github.com/jitsi/jitsi-meet - MEET_TAG: stable/jitsi-meet_8252 - image: superboum/amd64_jitsi_meet:v6 + MEET_TAG: stable/jitsi-meet_9646 + image: superboum/amd64_jitsi_meet:v7 jitsi-conference-focus: build: context: ./jitsi-conference-focus args: # https://github.com/jitsi/jicofo - JICOFO_TAG: stable/jitsi-meet_8252 - image: superboum/amd64_jitsi_conference_focus:v10 + JICOFO_TAG: stable/jitsi-meet_9646 + image: superboum/amd64_jitsi_conference_focus:v11 jitsi-videobridge: build: @@ -23,13 +23,13 @@ services: args: # https://github.com/jitsi/jitsi-videobridge # note: JVB is not tagged with non-stable tags - JVB_TAG: stable/jitsi-meet_8252 - image: superboum/amd64_jitsi_videobridge:v21 + JVB_TAG: stable/jitsi-meet_9646 + image: superboum/amd64_jitsi_videobridge:v22 jitsi-xmpp: build: context: ./jitsi-xmpp args: - MEET_TAG: stable/jitsi-meet_8252 - PROSODY_VERSION: 1nightly191-1~bookworm - image: superboum/amd64_jitsi_xmpp:v11 + MEET_TAG: stable/jitsi-meet_9646 + PROSODY_VERSION: 0.12.3-1 + image: superboum/amd64_jitsi_xmpp:v12 diff --git a/cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile b/cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile index 2e629e9..85c0418 100644 --- a/cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile +++ b/cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile @@ -2,7 +2,7 @@ FROM debian:bookworm AS builder RUN apt-get update && \ apt-get install -y curl && \ - curl -sL https://deb.nodesource.com/setup_19.x | bash - && \ + curl -sL https://deb.nodesource.com/setup_22.x | bash - && \ apt-get install -y git nodejs make git unzip ARG MEET_TAG diff --git a/cluster/prod/app/jitsi/build/jitsi-xmpp/Dockerfile b/cluster/prod/app/jitsi/build/jitsi-xmpp/Dockerfile index 5efdee2..40cd335 100644 --- a/cluster/prod/app/jitsi/build/jitsi-xmpp/Dockerfile +++ b/cluster/prod/app/jitsi/build/jitsi-xmpp/Dockerfile @@ -13,8 +13,8 @@ RUN apt-get update && \ apt-get install -y wget gnupg2 extrepo && \ extrepo enable prosody && \ apt-get update && \ - apt-cache show prosody-0.12 && \ - apt-get install -y prosody-0.12=${PROSODY_VERSION} lua-event + apt-cache show prosody && \ + apt-get install -y prosody=${PROSODY_VERSION} lua-event RUN mkdir -p /usr/local/share/ca-certificates/ && \ ln -sf \