diff --git a/agent/Dockerfile b/agent/Dockerfile index f788dd0..9be5cc1 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -3,7 +3,7 @@ # # Lightweight container for running the Node Agent on edge devices. -FROM python:3.11-slim +FROM python:3.14-slim # Set working directory WORKDIR /app