Update python version in dockerfile (fix) 92/12992/1
authorJohnKeeney <john.keeney@est.tech>
Wed, 19 Jun 2024 17:24:57 +0000 (18:24 +0100)
committerJohnKeeney <john.keeney@est.tech>
Wed, 19 Jun 2024 17:25:07 +0000 (18:25 +0100)
Issue-ID: NONRTRIC-1011
Change-Id: Ibd9fe11bfa2d47ed21978cd78efb3585ee1fbf7e
Signed-off-by: JohnKeeney <john.keeney@est.tech>
near-rt-ric-simulator/Dockerfile

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