CI: Add GHA merge worklow that runs SonarCloud scan
[sim/a1-interface.git] / near-rt-ric-simulator / Dockerfile
index 786b003..292c311 100644 (file)
@@ -18,9 +18,9 @@
 
 FROM alpine:3.17.3
 
-RUN apk add --update --no-cache python3=3.10.13-r0 py3-pip nginx nginx-mod-http-lua
+RUN apk add --update --no-cache python3=3.10.14-r1 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