From de9f23d6d91d00f84d299052e9c243f033c4e929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 07:04:55 +0000 Subject: [PATCH 1/2] build(deps): bump ghcr.io/devcontainers/features/common-utils Bumps ghcr.io/devcontainers/features/common-utils from 2.5.6 to 2.5.7. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/common-utils dependency-version: 2.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- images/src/wpvip-base/.devcontainer-lock.json | 8 ++++---- images/src/wpvip-base/.devcontainer.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/images/src/wpvip-base/.devcontainer-lock.json b/images/src/wpvip-base/.devcontainer-lock.json index bb8f818b..9b4f92ef 100644 --- a/images/src/wpvip-base/.devcontainer-lock.json +++ b/images/src/wpvip-base/.devcontainer-lock.json @@ -10,10 +10,10 @@ "resolved": "ghcr.io/devcontainers-extra/features/composer@sha256:92bd9a7d6b294cdf231e7c4c36897da20e09e65d580db516d768c8b309496a76", "integrity": "sha256:92bd9a7d6b294cdf231e7c4c36897da20e09e65d580db516d768c8b309496a76" }, - "ghcr.io/devcontainers/features/common-utils:2.5.6": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "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/git:1.3.5": { "version": "1.3.5", diff --git a/images/src/wpvip-base/.devcontainer.json b/images/src/wpvip-base/.devcontainer.json index 5ae42ecf..948cfd53 100644 --- a/images/src/wpvip-base/.devcontainer.json +++ b/images/src/wpvip-base/.devcontainer.json @@ -11,7 +11,7 @@ "remoteUser": "vscode", "postStartCommand": "/usr/local/bin/post-start.sh", "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.6": { + "ghcr.io/devcontainers/features/common-utils:2.5.7": { "installZsh": false, "installOhMyZsh": false, "installOhMyZshConfig": false, From 5ea6b3b53fe2a1b628cb1c514ecdbcfa455a7a89 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Sat, 7 Mar 2026 03:51:11 +0200 Subject: [PATCH 2/2] chore: bump image version --- images/src/wpvip-base/.devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/src/wpvip-base/.devcontainer.json b/images/src/wpvip-base/.devcontainer.json index 948cfd53..85c6a0bd 100644 --- a/images/src/wpvip-base/.devcontainer.json +++ b/images/src/wpvip-base/.devcontainer.json @@ -6,7 +6,7 @@ "x-build": { "name": "WPVIP", "image-name": "wpvip-base", - "image-version": "0.0.24" + "image-version": "0.0.25" }, "remoteUser": "vscode", "postStartCommand": "/usr/local/bin/post-start.sh",