mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-08 09:53:24 +00:00
⬆️(agents) upgrade to python 3.14 slim
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-17269387 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-17269392 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-17269400 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-17269409 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-17269415
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13.13-slim AS base
|
||||
FROM python:3.14.6-slim AS base
|
||||
|
||||
# Install system dependencies required by LiveKit
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user