Skip to content

Commit 878573f

Browse files
Copilotidvoretskyi
andauthored
fix: address CVE-2026-23410 by explicitly installing linux-libc-dev (#30)
Agent-Logs-Url: https://github.com/idvoretskyi/dev/sessions/a9c704db-9ed9-46f9-b1c7-3d05fc8dd0d3 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: idvoretskyi <118459+idvoretskyi@users.noreply.github.com>
1 parent 33f1503 commit 878573f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
77
python3-venv \
88
python3-pip \
99
sudo \
10-
&& apt-get -y upgrade linux-libc-dev \
10+
linux-libc-dev \
1111
&& apt-get clean \
1212
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)