Define message-summary dict keys as constants
[ric-plt/xapp-frame-py.git] / examples / Dockerfile-Pong
index 03d768a..5d09213 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.6.0
+RUN pip install ricxappframe
 COPY pong_xapp.py .
 
 # Run