X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2FDockerfile-Ping;fp=examples%2FDockerfile-Ping;h=40b19d816319218aaa4979c65e5a8cf7f2ad17df;hb=bbc9028aa34ae48e7806596cd05fbe7a5bfd7fb8;hp=66e3f0ad802ebd69af2d0eba22892c5a0d64eba8;hpb=df048193df5fc166961a01d8fc8a2248a649ba53;p=ric-plt%2Fxapp-frame-py.git diff --git a/examples/Dockerfile-Ping b/examples/Dockerfile-Ping index 66e3f0a..40b19d8 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.2 /usr/local/lib64/librmr* /usr/local/lib64/ +COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.0.5 /usr/local/lib64/librmr* /usr/local/lib64/ # RMR setup RUN mkdir -p /opt/route/ COPY test_route.rt /opt/route/test_route.rt