From cbcfa3d2d6d2293c6d252090f3f110472677e4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:56:36 +0000 Subject: [PATCH 1/2] build(deps): bump buildpack-deps in /images/src/ubuntu-base Bumps buildpack-deps from `77996a9` to `91ef357`. --- 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 a0711e0..fcaee73 100644 --- a/images/src/ubuntu-base/Dockerfile +++ b/images/src/ubuntu-base/Dockerfile @@ -1,4 +1,4 @@ -FROM buildpack-deps:noble-curl@sha256:77996a99be212be2be1c121960fca37fc891247b1266b604662c50bddcf89372 +FROM buildpack-deps:noble-curl@sha256:91ef35765e02629e169edf1e4b2f66644f6169da5bdace2ecbf1d676bf15ec20 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ From a82546c27d0e7b79dfab68960d33cf9ec439d357 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Tue, 24 Sep 2024 06:02:43 +0300 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 1a5578f..9dfc63a 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.25" + "image-version": "0.0.26" }, "remoteUser": "vscode", "containerEnv": {