📌(agents) pin Docker image to a specific tag for reproducible builds

Avoid using floating tags and pin the image to an explicit version
to ensure consistent and reproducible agent builds.
This commit is contained in:
lebaudantoine
2026-04-16 12:28:15 +02:00
parent bd3a26a2af
commit bf4603d863

View File

@@ -1,4 +1,4 @@
FROM python:3.13-slim AS base
FROM python:3.13.13-slim AS base
# Install system dependencies required by LiveKit
RUN apt-get update && apt-get install -y \