Skip to content

Commit 29a4bda

Browse files
Kaniska244Copilot
andauthored
[base-debian] - Fix for vulnerability issue CVE-2025-6020 and CVE-2025-68973 (#1733)
* [base-debian] - Fix for vulnerability issue CVE-2025-6020 and CVE-2025-68973 * Update src/base-debian/.devcontainer/Dockerfile Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f41cc2e commit 29a4bda

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/base-debian/.devcontainer/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ FROM buildpack-deps:${VARIANT}-curl
55
# [Optional] Uncomment this section to install additional OS packages.
66
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
77
# && apt-get -y install --no-install-recommends <your-package-list-here>
8+
9+
# Mainly done to upgrade packages to avoid security issues
10+
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
11+
&& apt-get upgrade -y \
12+
&& rm -rf /var/lib/apt/lists/*
13+

src/base-debian/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.3",
2+
"version": "2.1.4",
33
"variants": [
44
"trixie",
55
"bookworm",

0 commit comments

Comments
 (0)