X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fa1-interface.git;a=blobdiff_plain;f=near-rt-ric-simulator%2FDockerfile;h=4407f8c6b3886d80bc801e0b98b6344cd6b84328;hp=786b003dc2e4386bd79ad95bf8ff51d6e61e998e;hb=79992d7e456696d6211edcb64d6b2ce2d8b730c6;hpb=3c47934969cb887007ad96d71906598a9a4bf0cc 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