From: lapentafd Date: Tue, 10 Dec 2024 10:09:20 +0000 (+0000) Subject: Update Dockerfile python version X-Git-Tag: 2.8.0^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c7911c6458a968adafc7f9a8c5f29b8234f60c45;p=sim%2Fa1-interface.git Update Dockerfile python version Issue-ID: NONRTRIC-1038 Change-Id: Iae638de37e62e514eef31b7a8a2154292e826aae Signed-off-by: lapentafd --- diff --git a/near-rt-ric-simulator/Dockerfile b/near-rt-ric-simulator/Dockerfile index 292c311..f295815 100644 --- a/near-rt-ric-simulator/Dockerfile +++ b/near-rt-ric-simulator/Dockerfile @@ -18,7 +18,7 @@ FROM alpine:3.17.3 -RUN apk add --update --no-cache python3=3.10.14-r1 py3-pip nginx nginx-mod-http-lua +RUN apk add --update --no-cache python3=3.10.15-r0 py3-pip nginx nginx-mod-http-lua RUN pip3 install Flask==2.2.5 connexion[swagger-ui,flask]==2.14.2