Skip to content

Commit c9beed1

Browse files
authored
Merge pull request #456 from Automattic/update/wpvip-base
chore(wpvip-base): update fearures
2 parents af87f94 + 7c76a2c commit c9beed1

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

images/src/wpvip-base/.devcontainer-lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
"resolved": "ghcr.io/devcontainers-extra/features/composer@sha256:92bd9a7d6b294cdf231e7c4c36897da20e09e65d580db516d768c8b309496a76",
1111
"integrity": "sha256:92bd9a7d6b294cdf231e7c4c36897da20e09e65d580db516d768c8b309496a76"
1212
},
13-
"ghcr.io/devcontainers/features/common-utils:2.5.3": {
14-
"version": "2.5.3",
15-
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85",
16-
"integrity": "sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85"
13+
"ghcr.io/devcontainers/features/common-utils:2.5.4": {
14+
"version": "2.5.4",
15+
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:00fd45550f578d9d515044d9e2226e908dbc3d7aa6fcb9dee4d8bdb60be114cf",
16+
"integrity": "sha256:00fd45550f578d9d515044d9e2226e908dbc3d7aa6fcb9dee4d8bdb60be114cf"
1717
},
18-
"ghcr.io/devcontainers/features/git:1.3.3": {
19-
"version": "1.3.3",
20-
"resolved": "ghcr.io/devcontainers/features/git@sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d",
21-
"integrity": "sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d"
18+
"ghcr.io/devcontainers/features/git:1.3.4": {
19+
"version": "1.3.4",
20+
"resolved": "ghcr.io/devcontainers/features/git@sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a",
21+
"integrity": "sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a"
2222
},
2323
"ghcr.io/devcontainers/features/github-cli:1.0.14": {
2424
"version": "1.0.14",
2525
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:ca677566507c4118e4368cd76a4800807e911e5e350cc3525fb67ebc9132dfa1",
2626
"integrity": "sha256:ca677566507c4118e4368cd76a4800807e911e5e350cc3525fb67ebc9132dfa1"
2727
},
28-
"ghcr.io/devcontainers/features/node:1.6.2": {
29-
"version": "1.6.2",
30-
"resolved": "ghcr.io/devcontainers/features/node@sha256:36c03732c3421f11de7a3eefc7e9a7fb3df123cb2e48b115d61fdfe8994911d9",
31-
"integrity": "sha256:36c03732c3421f11de7a3eefc7e9a7fb3df123cb2e48b115d61fdfe8994911d9"
28+
"ghcr.io/devcontainers/features/node:1.6.3": {
29+
"version": "1.6.3",
30+
"resolved": "ghcr.io/devcontainers/features/node@sha256:3c35dff2aedeaeb86f03e10c265c29b56a1b3609324d83d6e901dbb6032543a4",
31+
"integrity": "sha256:3c35dff2aedeaeb86f03e10c265c29b56a1b3609324d83d6e901dbb6032543a4"
3232
}
3333
}
3434
}

images/src/wpvip-base/.devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
"x-build": {
77
"name": "WPVIP",
88
"image-name": "wpvip-base",
9-
"image-version": "0.0.20"
9+
"image-version": "0.0.21"
1010
},
1111
"remoteUser": "vscode",
1212
"postStartCommand": "/usr/local/bin/post-start.sh",
1313
"features": {
14-
"ghcr.io/devcontainers/features/common-utils:2.5.3": {
14+
"ghcr.io/devcontainers/features/common-utils:2.5.4": {
1515
"installZsh": false,
1616
"installOhMyZsh": false,
1717
"installOhMyZshConfig": false,
1818
"upgradePackages": true,
1919
"username": "vscode"
2020
},
21-
"ghcr.io/devcontainers/features/git:1.3.3": {},
21+
"ghcr.io/devcontainers/features/git:1.3.4": {},
2222
"ghcr.io/devcontainers/features/github-cli:1.0.14": {},
23-
"ghcr.io/devcontainers/features/node:1.6.2": {},
23+
"ghcr.io/devcontainers/features/node:1.6.3": {},
2424
"ghcr.io/devcontainers-contrib/features/composer:1.0.1": {},
2525
"ghcr.io/automattic/vip-codespaces/wp-cli:1.2.0": {},
2626
"./.devcontainer/local-features/sudo": {}

0 commit comments

Comments
 (0)