diff --git a/agent/Dockerfile b/agent/Dockerfile index b1884b6..de606f1 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim AS base +FROM python:3.13.5-slim AS base # Set environment variables ENV PYTHONDONTWRITEBYTECODE=1 \