snyk-bot
2026-06-12 04:33:14 +00:00
committed by lebaudantoine
parent a98dc1484a
commit 607e64d7aa
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Changed
- ⬆️(agents) upgrade to python 3.14 slim
### Fixed
- 🚀(front) fix frontend build failure
+1 -1
View File
@@ -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 \