diff --git a/build/docker/tester/Dockerfile b/build/docker/tester/Dockerfile index 11ee89a74..115c692fd 100644 --- a/build/docker/tester/Dockerfile +++ b/build/docker/tester/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.14 # Update Pip RUN python -m pip install --upgrade pip # Copy Python requirements