From: DenisGNoonan Date: Thu, 14 Dec 2023 13:39:14 +0000 (+0000) Subject: NONRTRIC-955: Fix unit test 404 issue X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fa1-interface.git;a=commitdiff_plain;h=79992d7e456696d6211edcb64d6b2ce2d8b730c6 NONRTRIC-955: Fix unit test 404 issue Issue-Id: NONRTRIC-955 Signed-off-by: DenisGNoonan Change-Id: I36e234937630a9051abb01ad82ad7bc1186ff49c --- 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