From: JohnKeeney Date: Wed, 19 Jun 2024 17:24:57 +0000 (+0100) Subject: Update python version in dockerfile (fix) X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=78484d4fd830db106b4457b54208df88860a7399;p=sim%2Fa1-interface.git Update python version in dockerfile (fix) Issue-ID: NONRTRIC-1011 Change-Id: Ibd9fe11bfa2d47ed21978cd78efb3585ee1fbf7e Signed-off-by: JohnKeeney --- diff --git a/near-rt-ric-simulator/Dockerfile b/near-rt-ric-simulator/Dockerfile index 4407f8c..292c311 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.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==2.2.5 connexion[swagger-ui,flask]==2.14.2