fix #115: upgrade pillow in zotero image (CVE-2026-25990)
Some checks failed
coverage 99% coverage
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/infra-ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed

Remaining zotero vulns are Go stdlib and firefox in the
selkies-project/nvidia-egl-desktop base image — unfixable
from our Dockerfile until upstream updates.
This commit is contained in:
kert
2026-03-23 18:09:41 -04:00
parent 2056483d91
commit a10cab2549

View File

@@ -12,6 +12,9 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
zotero \
&& rm -rf /var/lib/apt/lists/*
# Patch Python packages with known CVEs from base image
RUN pip install --no-cache-dir --break-system-packages --upgrade "pillow>=12.1.1"
# Create desktop shortcut for Zotero
RUN mkdir -p /home/ubuntu/Desktop \
&& cp /usr/share/applications/zotero.desktop /home/ubuntu/Desktop/ \