From: vpachchi Date: Thu, 16 Oct 2025 17:01:28 +0000 (-0400) Subject: Critical CVE resolution X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=61595c678f37e39b8225dc3d73a123562dfd525d;p=pti%2Fo2.git Critical CVE resolution - CVE-2025-6965(CRITICAL) is resolved TestPlan: PASS : Build the container image PASS : Run a container from the image Change-Id: Iee7163acb716762bae722548cb08d1e5304590b8 Signed-off-by: vpachchi --- diff --git a/Dockerfile b/Dockerfile index 4770839..e594ed8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,7 @@ USER root RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \ apk update \ && apk add --upgrade expat busybox krb5 ncurses ncurses-dev sqlite sqlite-dev \ + && apk upgrade sqlite sqlite-dev --no-cache \ && apk info expat busybox krb5 ncurses sqlite RUN apk add --no-cache bash diff --git a/Dockerfile.localtest b/Dockerfile.localtest index 445dfd2..1956266 100644 --- a/Dockerfile.localtest +++ b/Dockerfile.localtest @@ -118,6 +118,7 @@ RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositor RUN set -ex \ && echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \ apk update && \ + apk upgrade sqlite sqlite-dev --no-cache && \ apk add --no-cache bash && \ apk add --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/edge/main expat=2.7.0-r0 && \ apk add --no-cache --virtual .fetch2-deps && \