From 149740eb0b99c37c8f4d22cc5eb99a3d875672f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:44:21 +0000 Subject: [PATCH] Bump ghcr.io/devcontainers/features/common-utils from 2.4.4 to 2.5.1 Bumps ghcr.io/devcontainers/features/common-utils from 2.4.4 to 2.5.1. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/common-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 278f301..3f3ba35 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "name": "Jekyll Development Environment", "image": "mcr.microsoft.com/vscode/devcontainers/ruby:0-3.1-bullseye", "features": { - "ghcr.io/devcontainers/features/common-utils:2.4.4": {}, + "ghcr.io/devcontainers/features/common-utils:2.5.1": {}, "ghcr.io/devcontainers/features/git:1": {} }, "forwardPorts": [4000],