From e9930cf9336769e457621236e2426983731c94e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:16:09 +0000 Subject: [PATCH 1/2] build(deps): bump buildpack-deps in /images/src/ubuntu-base Bumps buildpack-deps from `9d275ab` to `9911aa9`. --- updated-dependencies: - dependency-name: buildpack-deps dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/src/ubuntu-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/src/ubuntu-base/Dockerfile b/images/src/ubuntu-base/Dockerfile index 5d8198c5..88415488 100644 --- a/images/src/ubuntu-base/Dockerfile +++ b/images/src/ubuntu-base/Dockerfile @@ -1,4 +1,4 @@ -FROM buildpack-deps:noble-curl@sha256:9d275ab8c43447f195eac58a817dc783c329964fb388613b91712e45e815d462 +FROM buildpack-deps:noble-curl@sha256:9911aa92f07dc4100c07880f79859cd1c67533e6188c47141c1e2cabcce9ce1c RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ From 3ed840df8c75d230435d7084c496148b6cafe491 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Mon, 9 Dec 2024 13:06:44 +0200 Subject: [PATCH 2/2] chore(ubuntu-base): bump image version --- images/src/ubuntu-base/.devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/src/ubuntu-base/.devcontainer.json b/images/src/ubuntu-base/.devcontainer.json index 5be75e85..483a8e41 100644 --- a/images/src/ubuntu-base/.devcontainer.json +++ b/images/src/ubuntu-base/.devcontainer.json @@ -6,7 +6,7 @@ "x-build": { "name": "Ubuntu", "image-name": "ubuntu-base", - "image-version": "0.0.31" + "image-version": "0.0.32" }, "remoteUser": "vscode", "containerEnv": {