Xapps now have an accessible mdc logger.
[ric-plt/xapp-frame-py.git] / examples / Dockerfile-Ping
index 5aef402..eac90a9 100644 (file)
@@ -28,7 +28,7 @@ ENV RMR_SEED_RT /opt/route/test_route.rt
 RUN apk update && apk add gcc musl-dev bash
 
 # Install
-RUN pip install ricxappframe==0.4.0
+RUN pip install ricxappframe==0.5.0
 COPY ping_xapp.py .
 
 # Run