From 6af07bae34ded0b7f81c5b0cafa24c594766caa5 Mon Sep 17 00:00:00 2001 From: "embedded-releaser-app[bot]" <190257042+embedded-releaser-app[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 05:45:01 +0000 Subject: [PATCH] Update ca-certificates, wget --- .devcontainer/base/apt-requirements.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/base/apt-requirements.json b/.devcontainer/base/apt-requirements.json index 74abd9e..8148aa9 100644 --- a/.devcontainer/base/apt-requirements.json +++ b/.devcontainer/base/apt-requirements.json @@ -1,6 +1,6 @@ { "bash-completion": "1:2.16.0-8build1", - "ca-certificates": "20260223", + "ca-certificates": "20260601~26.04.1", "git": "1:2.53.0-1ubuntu1", "gnupg2": "2.4.8-4ubuntu3", "gnuplot-qt": "6.0.2+dfsg1-2ubuntu2", @@ -13,7 +13,7 @@ "python3-venv": "3.14.3-0ubuntu2", "qt6-base-dev": "6.10.2+dfsg-7", "udev": "259.5-0ubuntu3", - "wget": "1.25.0-2ubuntu4", + "wget": "1.25.0-2ubuntu4.3", "xsltproc": "1.1.45-0.1", "xz-utils": "5.8.3-1" }