diff --git a/images/src/wpvip-base/.devcontainer-lock.json b/images/src/wpvip-base/.devcontainer-lock.json index d7206ff8..dcc2fef7 100644 --- a/images/src/wpvip-base/.devcontainer-lock.json +++ b/images/src/wpvip-base/.devcontainer-lock.json @@ -10,25 +10,25 @@ "resolved": "ghcr.io/devcontainers-extra/features/composer@sha256:92bd9a7d6b294cdf231e7c4c36897da20e09e65d580db516d768c8b309496a76", "integrity": "sha256:92bd9a7d6b294cdf231e7c4c36897da20e09e65d580db516d768c8b309496a76" }, - "ghcr.io/devcontainers/features/common-utils:2.5.3": { - "version": "2.5.3", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85", - "integrity": "sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85" + "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/git:1.3.3": { - "version": "1.3.3", - "resolved": "ghcr.io/devcontainers/features/git@sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d", - "integrity": "sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d" + "ghcr.io/devcontainers/features/git:1.3.4": { + "version": "1.3.4", + "resolved": "ghcr.io/devcontainers/features/git@sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a", + "integrity": "sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a" }, "ghcr.io/devcontainers/features/github-cli:1.0.14": { "version": "1.0.14", "resolved": "ghcr.io/devcontainers/features/github-cli@sha256:ca677566507c4118e4368cd76a4800807e911e5e350cc3525fb67ebc9132dfa1", "integrity": "sha256:ca677566507c4118e4368cd76a4800807e911e5e350cc3525fb67ebc9132dfa1" }, - "ghcr.io/devcontainers/features/node:1.6.2": { - "version": "1.6.2", - "resolved": "ghcr.io/devcontainers/features/node@sha256:36c03732c3421f11de7a3eefc7e9a7fb3df123cb2e48b115d61fdfe8994911d9", - "integrity": "sha256:36c03732c3421f11de7a3eefc7e9a7fb3df123cb2e48b115d61fdfe8994911d9" + "ghcr.io/devcontainers/features/node:1.6.3": { + "version": "1.6.3", + "resolved": "ghcr.io/devcontainers/features/node@sha256:3c35dff2aedeaeb86f03e10c265c29b56a1b3609324d83d6e901dbb6032543a4", + "integrity": "sha256:3c35dff2aedeaeb86f03e10c265c29b56a1b3609324d83d6e901dbb6032543a4" } } } \ No newline at end of file diff --git a/images/src/wpvip-base/.devcontainer.json b/images/src/wpvip-base/.devcontainer.json index ebbce40a..9bdfdad3 100644 --- a/images/src/wpvip-base/.devcontainer.json +++ b/images/src/wpvip-base/.devcontainer.json @@ -6,21 +6,21 @@ "x-build": { "name": "WPVIP", "image-name": "wpvip-base", - "image-version": "0.0.20" + "image-version": "0.0.21" }, "remoteUser": "vscode", "postStartCommand": "/usr/local/bin/post-start.sh", "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.3": { + "ghcr.io/devcontainers/features/common-utils:2.5.4": { "installZsh": false, "installOhMyZsh": false, "installOhMyZshConfig": false, "upgradePackages": true, "username": "vscode" }, - "ghcr.io/devcontainers/features/git:1.3.3": {}, + "ghcr.io/devcontainers/features/git:1.3.4": {}, "ghcr.io/devcontainers/features/github-cli:1.0.14": {}, - "ghcr.io/devcontainers/features/node:1.6.2": {}, + "ghcr.io/devcontainers/features/node:1.6.3": {}, "ghcr.io/devcontainers-contrib/features/composer:1.0.1": {}, "ghcr.io/automattic/vip-codespaces/wp-cli:1.2.0": {}, "./.devcontainer/local-features/sudo": {}