From 33e017464fac62ff92253614caae349177aba865 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 25 Mar 2025 10:32:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C(livekit)=20pin=20livekit=20dev=20v?= =?UTF-8?q?ersion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pin the LiveKit server version to use the same as the staging and production environment. It's a good practice. --- docker/livekit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/livekit/Dockerfile b/docker/livekit/Dockerfile index e211bff4..ef23bede 100644 --- a/docker/livekit/Dockerfile +++ b/docker/livekit/Dockerfile @@ -1,4 +1,4 @@ -FROM livekit/livekit-server:latest +FROM livekit/livekit-server:v1.8.0 # We inject the nip.io certificate manually because the livekit chart doesn't support volume mounting COPY rootCA.pem /etc/ssl/certs/