Skip to content

Commit 7161f4c

Browse files
Copilotidvoretskyi
andauthored
fix: upgrade linux-libc-dev to address CVE-2026-23411 (#28)
Agent-Logs-Url: https://github.com/idvoretskyi/dev/sessions/c3af1968-a47f-4d3f-a039-02982a44154c 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 2ab3c54 commit 7161f4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +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 \
1011
&& apt-get clean \
1112
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)