X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2FDockerfile-Ping;h=323db1ecfcdd358b9ab9daceaef39e7c99f501a9;hb=e0de19a1c51e607b7e7a4a71a326a09486583539;hp=40b19d816319218aaa4979c65e5a8cf7f2ad17df;hpb=dac8ba20d212e8d86aa670093fea3bcddfc18e6e;p=ric-plt%2Fxapp-frame-py.git diff --git a/examples/Dockerfile-Ping b/examples/Dockerfile-Ping index 40b19d8..323db1e 100644 --- a/examples/Dockerfile-Ping +++ b/examples/Dockerfile-Ping @@ -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