From f38f11bdc87549b8b9a2c7f4508f6d1512a467c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:43:42 +0000 Subject: [PATCH 1/2] build(deps): bump buildpack-deps in /images/src/ubuntu-base Bumps buildpack-deps from `61a02a8` to `9ff6778`. --- 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 556b164a..898cfb11 100644 --- a/images/src/ubuntu-base/Dockerfile +++ b/images/src/ubuntu-base/Dockerfile @@ -1,4 +1,4 @@ -FROM buildpack-deps:noble-curl@sha256:61a02a85f7bd808d46ba3bd1dd757f277dc3026c68497a61d40c954ae277519a +FROM buildpack-deps:noble-curl@sha256:9ff67781dddb972b855422092ca16f1bcd94c2a254aa557199bca87d2a87f406 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ From a9f25f361f7e9622dd37724c8c1272991042ce51 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Thu, 21 Nov 2024 23:03:33 +0200 Subject: [PATCH 2/2] chore: 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 b88cb7ee..09ebe1ea 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.29" + "image-version": "0.0.30" }, "remoteUser": "vscode", "containerEnv": {