Update Dockerfile python version 47/13847/1 2.8.0
authorlapentafd <francesco.lapenta@est.tech>
Tue, 10 Dec 2024 10:09:20 +0000 (10:09 +0000)
committerlapentafd <francesco.lapenta@est.tech>
Tue, 10 Dec 2024 10:10:32 +0000 (10:10 +0000)
Issue-ID: NONRTRIC-1038
Change-Id: Iae638de37e62e514eef31b7a8a2154292e826aae
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
near-rt-ric-simulator/Dockerfile

index 292c311..f295815 100644 (file)
@@ -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