From 4f5c02e3f06ae80f8e5047d27127df2cd64c913b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:05:49 +0000 Subject: [PATCH 1/2] build(deps): bump ghcr.io/automattic/vip-codespaces/wp-cli Bumps ghcr.io/automattic/vip-codespaces/wp-cli from 1.1.1 to 1.1.2. --- updated-dependencies: - dependency-name: ghcr.io/automattic/vip-codespaces/wp-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- images/src/wpvip-base/.devcontainer-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/src/wpvip-base/.devcontainer-lock.json b/images/src/wpvip-base/.devcontainer-lock.json index b05f9207..3c4a18c8 100644 --- a/images/src/wpvip-base/.devcontainer-lock.json +++ b/images/src/wpvip-base/.devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { "ghcr.io/automattic/vip-codespaces/wp-cli:1": { - "version": "1.1.1", - "resolved": "ghcr.io/automattic/vip-codespaces/wp-cli@sha256:5c6c99ff0b1eca5b78cf73cf7300d8e5e707f84cfd58f3dd86c626ea4a72c137", - "integrity": "sha256:5c6c99ff0b1eca5b78cf73cf7300d8e5e707f84cfd58f3dd86c626ea4a72c137" + "version": "1.1.2", + "resolved": "ghcr.io/automattic/vip-codespaces/wp-cli@sha256:260f25997adada6498a12ba35a1314bbce553ef3a3f8df14c7edbea53bc1a963", + "integrity": "sha256:260f25997adada6498a12ba35a1314bbce553ef3a3f8df14c7edbea53bc1a963" }, "ghcr.io/devcontainers-contrib/features/composer:1": { "version": "1.0.0", From cb760a48bf893ef944919eb2b8870e79a80c25a2 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Thu, 30 May 2024 05:09:43 +0300 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 a54db55b..e30ac04d 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.4" + "image-version": "0.0.5" }, "remoteUser": "vscode", "postStartCommand": "/usr/local/bin/post-start.sh",