X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-Unit-Test;h=afbd61a426c5151b82225f753ee32a34da7ed32e;hb=refs%2Fheads%2Fe-release;hp=ae04de4be4050858569d85a8c93985dd2ac61030;hpb=6803b12d1c2af87c57d7dccaced70b49bcb44815;p=ric-plt%2Fa1.git diff --git a/Dockerfile-Unit-Test b/Dockerfile-Unit-Test index ae04de4..afbd61a 100644 --- a/Dockerfile-Unit-Test +++ b/Dockerfile-Unit-Test @@ -23,7 +23,7 @@ RUN apk update && apk add gcc musl-dev make file libffi-dev RUN pip install --upgrade pip && pip install tox gevent # 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/ # copies COPY setup.py tox.ini /tmp/