aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile')
-rw-r--r--cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile b/cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile
index 2e629e9..32081a2 100644
--- a/cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile
+++ b/cluster/prod/app/jitsi/build/jitsi-meet/Dockerfile
@@ -1,8 +1,9 @@
FROM debian:bookworm AS builder
+ARG NODE_MAJOR_VERSION
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_${NODE_MAJOR_VERSION}.x | bash - && \
apt-get install -y git nodejs make git unzip
ARG MEET_TAG