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