From 64195db879e9ba932f1bec4a33f9c9e16c56453c Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 12 Sep 2024 19:02:57 +0200 Subject: upgrade jitsi build recipes --- cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cluster/prod/app/jitsi/build/jitsi-meet') 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 -- cgit v1.2.3