From 3393858552989ed58c7694e1e259bfafe6880a69 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 9 Sep 2025 14:32:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(livekit)=20upgrade=20local?= =?UTF-8?q?=20LiveKit=20server=20to=20version=201.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update development environment LiveKit server from previous version to 1.9.0 for latest features and bug fixes. Ensures development environment stays current with LiveKit production version. --- docker/livekit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/livekit/Dockerfile b/docker/livekit/Dockerfile index ef23bede..6b9e4262 100644 --- a/docker/livekit/Dockerfile +++ b/docker/livekit/Dockerfile @@ -1,4 +1,4 @@ -FROM livekit/livekit-server:v1.8.0 +FROM livekit/livekit-server:v1.9.0 # We inject the nip.io certificate manually because the livekit chart doesn't support volume mounting COPY rootCA.pem /etc/ssl/certs/