X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-Unit-Test;h=2cc7e7a76f6007875deaf8c37a44ab1efe6e5858;hb=bbc9028aa34ae48e7806596cd05fbe7a5bfd7fb8;hp=e3aa77ff9d0203cf405dff1e36b654c575ac9342;hpb=df048193df5fc166961a01d8fc8a2248a649ba53;p=ric-plt%2Fxapp-frame-py.git diff --git a/Dockerfile-Unit-Test b/Dockerfile-Unit-Test index e3aa77f..2cc7e7a 100644 --- a/Dockerfile-Unit-Test +++ b/Dockerfile-Unit-Test @@ -20,7 +20,7 @@ FROM python:3.8-alpine RUN apk update && apk add gcc musl-dev # 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/ # Upgrade pip, install tox RUN pip install --upgrade pip && pip install tox