From 14b6b61a6f2a85f833c7fca6e564c97984e9a7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 07:17:17 +0000 Subject: [PATCH] build(deps): bump ghcr.io/devcontainers/features/common-utils Bumps ghcr.io/devcontainers/features/common-utils from 2.5.4 to 2.5.5. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/common-utils dependency-version: 2.5.5 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 8162f77..c8160e6 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.4": { - "version": "2.5.4", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:00fd45550f578d9d515044d9e2226e908dbc3d7aa6fcb9dee4d8bdb60be114cf", - "integrity": "sha256:00fd45550f578d9d515044d9e2226e908dbc3d7aa6fcb9dee4d8bdb60be114cf" + "ghcr.io/devcontainers/features/common-utils:2.5.5": { + "version": "2.5.5", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:6d22e5475de578a8dadf19ce15c0ed09d82d8e3006b851dae7fe59a959c9b787", + "integrity": "sha256:6d22e5475de578a8dadf19ce15c0ed09d82d8e3006b851dae7fe59a959c9b787" }, "ghcr.io/devcontainers/features/git:1.3.4": { "version": "1.3.4", diff --git a/base-images/src/ubuntu-base/.devcontainer.json b/base-images/src/ubuntu-base/.devcontainer.json index 5948a39..e77a775 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.4": { + "ghcr.io/devcontainers/features/common-utils:2.5.5": { "installZsh": false, "installOhMyZsh": false, "installOhMyZshConfig": false,