NONRTRIC-955: Fix unit test 404 issue 92/12092/1
authorDenisGNoonan <denis.noonan@est.tech>
Thu, 14 Dec 2023 13:39:14 +0000 (13:39 +0000)
committerRohith Rajneesh <rohith.rajneesh@est.tech>
Fri, 15 Dec 2023 18:44:47 +0000 (18:44 +0000)
Issue-Id: NONRTRIC-955
Signed-off-by: DenisGNoonan <denis.noonan@est.tech>
Change-Id: I36e234937630a9051abb01ad82ad7bc1186ff49c
(cherry picked from commit 79992d7e456696d6211edcb64d6b2ce2d8b730c6)

near-rt-ric-simulator/Dockerfile

index 786b003..4407f8c 100644 (file)
@@ -20,7 +20,7 @@ FROM alpine:3.17.3
 
 RUN apk add --update --no-cache python3=3.10.13-r0 py3-pip nginx nginx-mod-http-lua
 
-RUN pip3 install Flask connexion[swagger-ui,flask,uvicorn]
+RUN pip3 install Flask==2.2.5 connexion[swagger-ui,flask]==2.14.2
 
 WORKDIR /usr/src/app