Skip to content

Commit f657dea

Browse files
committed
upgrade sqlite in docker image to address CVE-2025-6965 (#425)
1 parent e4313f9 commit f657dea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ RUN groupadd -g $ARGOCD_USER_ID argocd && \
5555
apt-get clean && \
5656
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
5757

58+
# To make sure that the latesst version of sqlite is installed that addresses this CVE-2025-6965
59+
RUN apt update && apt install --only-upgrade libsqlite3-0
60+
5861
COPY hack/gpg-wrapper.sh \
5962
hack/git-verify-wrapper.sh \
6063
entrypoint.sh \

0 commit comments

Comments
 (0)