mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #26874 from overleaf/bg-sp-hotfix-5-5-2-cve-2024-22088
add security update for CVE-2025-22088 in CE/SP 5.5.2 hotfix GitOrigin-RevId: 6c61e0a120b82d5f5edb29b3a5f96c4dac6f1a68
This commit is contained in:
@@ -18,5 +18,10 @@ RUN patch -p1 < pr_26783.patch && rm pr_26783.patch
|
||||
COPY pr_26697.patch .
|
||||
RUN patch -p1 < pr_26697.patch && rm pr_26697.patch
|
||||
|
||||
# Apply security updates to base image
|
||||
RUN apt update && apt install -y linux-libc-dev \
|
||||
&& unattended-upgrade --verbose --no-minimal-upgrade-steps \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Recompile frontend assets
|
||||
RUN node genScript compile | bash
|
||||
|
||||
Reference in New Issue
Block a user