diff --git a/agent/Dockerfile b/agent/Dockerfile index 923eeaf7..c9a15f27 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile -FROM python:3.9-slim +FROM python:3.10-slim # Install system dependencies RUN apt-get update && apt-get install -y \ @@ -20,4 +20,4 @@ COPY . . RUN mkdir -p /data # Command to run the application -CMD ["python", "run_pipeline.py"] \ No newline at end of file +CMD ["python", "run_pipeline.py"]