From 4f8030af090d9939e36817bb982eee0fe30ede96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:07:55 +0000 Subject: [PATCH] build(deps): bump ghcr.io/devcontainers/features/common-utils Bumps ghcr.io/devcontainers/features/common-utils from 2.5.7 to 2.5.8. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/common-utils dependency-version: 2.5.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- base-images/src/ubuntu-base/.devcontainer-lock.json | 10 +++++----- base-images/src/ubuntu-base/.devcontainer.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/base-images/src/ubuntu-base/.devcontainer-lock.json b/base-images/src/ubuntu-base/.devcontainer-lock.json index f508bbfd..859ef888 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.7": { - "version": "2.5.7", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", - "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" + "ghcr.io/devcontainers/features/common-utils:2.5.8": { + "version": "2.5.8", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:c42fdefe6d737a3a6f61cc52b23c7c9a565d08cc4d9c303669a7cf2ee5fd81fc", + "integrity": "sha256:c42fdefe6d737a3a6f61cc52b23c7c9a565d08cc4d9c303669a7cf2ee5fd81fc" }, "ghcr.io/devcontainers/features/git:1.3.5": { "version": "1.3.5", @@ -16,4 +16,4 @@ "integrity": "sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671" } } -} \ No newline at end of file +} diff --git a/base-images/src/ubuntu-base/.devcontainer.json b/base-images/src/ubuntu-base/.devcontainer.json index cf94cf6b..eebe4a3e 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.7": { + "ghcr.io/devcontainers/features/common-utils:2.5.8": { "installZsh": false, "installOhMyZsh": false, "installOhMyZshConfig": false,