changeset 959:54377a1367ca

updated python version for auth tests
author Alain Mazy <am@orthanc.team>
date Thu, 03 Sep 2026 10:30:57 +0200
parents b3b5f8990265
children 1e9bee25cdf9 7bb2af5b9608
files NewTests/Authorization/Dockerfile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NewTests/Authorization/Dockerfile	Tue Aug 25 09:31:32 2026 +0200
+++ b/NewTests/Authorization/Dockerfile	Thu Sep 03 10:30:57 2026 +0200
@@ -1,7 +1,7 @@
-FROM python:3.11
+FROM python:3.14
 
-RUN pip install uvicorn
-RUN pip install fastapi==0.103.0
+RUN pip install uvicorn==0.52.4
+RUN pip install fastapi==0.141.1
 
 RUN mkdir /auth-service
 COPY *.py /auth-service