📌(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
committed by aleb_the_flash
parent df24aaab71
commit 5a81e2b92c
+1 -1
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 \