From 79992d7e456696d6211edcb64d6b2ce2d8b730c6 Mon Sep 17 00:00:00 2001 From: DenisGNoonan Date: Thu, 14 Dec 2023 13:39:14 +0000 Subject: [PATCH] NONRTRIC-955: Fix unit test 404 issue Issue-Id: NONRTRIC-955 Signed-off-by: DenisGNoonan Change-Id: I36e234937630a9051abb01ad82ad7bc1186ff49c --- near-rt-ric-simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/near-rt-ric-simulator/Dockerfile b/near-rt-ric-simulator/Dockerfile index 786b003..4407f8c 100644 --- a/near-rt-ric-simulator/Dockerfile +++ b/near-rt-ric-simulator/Dockerfile @@ -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 -- 2.16.6