X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2FDockerfile-Pong;fp=examples%2FDockerfile-Pong;h=82b76d57f43f14f3f0d957df69e42fd632a660ff;hb=e0de19a1c51e607b7e7a4a71a326a09486583539;hp=8013e90a93d558d3e698e12571b385b767672d6d;hpb=dac8ba20d212e8d86aa670093fea3bcddfc18e6e;p=ric-plt%2Fxapp-frame-py.git diff --git a/examples/Dockerfile-Pong b/examples/Dockerfile-Pong index 8013e90..82b76d5 100644 --- a/examples/Dockerfile-Pong +++ b/examples/Dockerfile-Pong @@ -17,7 +17,7 @@ FROM python:3.8-alpine # copy rmr libraries from builder image in lieu of an Alpine package -COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.0.5 /usr/local/lib64/librmr* /usr/local/lib64/ +COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.6.0 /usr/local/lib64/librmr* /usr/local/lib64/ # RMR setup RUN mkdir -p /opt/route/ COPY test_route.rt /opt/route/test_route.rt