Update python version in dockerfile (fix)
[sim/a1-interface.git] / 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