X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2FDockerfile-Pong;h=82b76d57f43f14f3f0d957df69e42fd632a660ff;hb=HEAD;hp=5d09213aac1dd5918a29d7d8a4bac34eba4926ba;hpb=61270901cda095afdd3ce147bf0dfd628c84cf99;p=ric-plt%2Fxapp-frame-py.git diff --git a/examples/Dockerfile-Pong b/examples/Dockerfile-Pong index 5d09213..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.2 /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