From 0bb628e74ef0adba9a589bcf4634320cfa6b4ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 07:52:30 +0000 Subject: [PATCH 1/2] build(deps): bump ghcr.io/devcontainers/features/common-utils Bumps ghcr.io/devcontainers/features/common-utils from 2.5.2 to 2.5.3. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/common-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- base-images/src/ubuntu-base/.devcontainer-lock.json | 8 ++++---- base-images/src/ubuntu-base/.devcontainer.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base-images/src/ubuntu-base/.devcontainer-lock.json b/base-images/src/ubuntu-base/.devcontainer-lock.json index f765afde..49235ebb 100644 --- a/base-images/src/ubuntu-base/.devcontainer-lock.json +++ b/base-images/src/ubuntu-base/.devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.2": { - "version": "2.5.2", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d", - "integrity": "sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d" + "ghcr.io/devcontainers/features/common-utils:2.5.3": { + "version": "2.5.3", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85", + "integrity": "sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85" }, "ghcr.io/devcontainers/features/git:1.3.2": { "version": "1.3.2", diff --git a/base-images/src/ubuntu-base/.devcontainer.json b/base-images/src/ubuntu-base/.devcontainer.json index 3d8b318e..02b142f0 100644 --- a/base-images/src/ubuntu-base/.devcontainer.json +++ b/base-images/src/ubuntu-base/.devcontainer.json @@ -19,7 +19,7 @@ "SHELL": "/bin/bash" }, "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.2": { + "ghcr.io/devcontainers/features/common-utils:2.5.3": { "installZsh": false, "installOhMyZsh": false, "installOhMyZshConfig": false, From f4bd74ba010352fe787155b4fe8664c50c3282c5 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Fri, 28 Mar 2025 16:59:04 +0200 Subject: [PATCH 2/2] chore: bump image version --- base-images/src/ubuntu-base/.devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-images/src/ubuntu-base/.devcontainer.json b/base-images/src/ubuntu-base/.devcontainer.json index 02b142f0..9a24fe76 100644 --- a/base-images/src/ubuntu-base/.devcontainer.json +++ b/base-images/src/ubuntu-base/.devcontainer.json @@ -6,7 +6,7 @@ "x-build": { "name": "Ubuntu", "image-name": "ubuntu-base", - "image-version": "0.0.34" + "image-version": "0.0.35" }, "remoteUser": "vscode", "containerEnv": {