We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4313f9 commit f657deaCopy full SHA for f657dea
Dockerfile
@@ -55,6 +55,9 @@ RUN groupadd -g $ARGOCD_USER_ID argocd && \
55
apt-get clean && \
56
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
57
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
+
61
COPY hack/gpg-wrapper.sh \
62
hack/git-verify-wrapper.sh \
63
entrypoint.sh \
0 commit comments