Skip to content

Commit 3663d0a

Browse files
Copilotidvoretskyi
andauthored
Fix HIGH severity kernel vulnerabilities in dev container base image (#10)
* Initial plan * Fix high-severity security vulnerabilities by upgrading packages Co-authored-by: idvoretskyi <[email protected]> * Add --no-install-recommends flag to apt-get upgrade for consistency Co-authored-by: idvoretskyi <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: idvoretskyi <[email protected]>
1 parent 73cff9c commit 3663d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
22

33
# hadolint ignore=DL3008
44
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
5+
&& apt-get -y upgrade --no-install-recommends \
56
&& apt-get -y install --no-install-recommends \
67
curl \
78
wget \

0 commit comments

Comments
 (0)