Skip to content

Commit 54865b9

Browse files
Copilotidvoretskyi
andauthored
Fix CVE-2026-39881: upgrade vim-tiny in Dockerfile
Agent-Logs-Url: https://github.com/idvoretskyi/dev/sessions/8c756550-423d-4fab-9f7b-2ef40ea6e685 Co-authored-by: idvoretskyi <118459+idvoretskyi@users.noreply.github.com>
1 parent 33f1503 commit 54865b9

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+
&& apt-get -y upgrade linux-libc-dev vim-tiny \
1111
&& apt-get clean \
1212
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)