Skip to content

Commit 9f18b07

Browse files
authored
Merge pull request #503 from Automattic/update-wpvip-features
chore(wpvip-base): update features
2 parents fc63aa8 + 99b34c1 commit 9f18b07

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@
55
"resolved": "ghcr.io/automattic/vip-codespaces/wp-cli@sha256:fbeac1e95f0898138d645135401ea642859d1ad69bf1f87e3d0c64a54bca97d0",
66
"integrity": "sha256:fbeac1e95f0898138d645135401ea642859d1ad69bf1f87e3d0c64a54bca97d0"
77
},
8-
"ghcr.io/devcontainers-contrib/features/composer:1.0.1": {
8+
"ghcr.io/devcontainers-extra/features/composer:1.0.1": {
99
"version": "1.0.1",
1010
"resolved": "ghcr.io/devcontainers-extra/features/composer@sha256:92bd9a7d6b294cdf231e7c4c36897da20e09e65d580db516d768c8b309496a76",
1111
"integrity": "sha256:92bd9a7d6b294cdf231e7c4c36897da20e09e65d580db516d768c8b309496a76"
1212
},
13-
"ghcr.io/devcontainers/features/common-utils:2.5.5": {
14-
"version": "2.5.5",
15-
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:6d22e5475de578a8dadf19ce15c0ed09d82d8e3006b851dae7fe59a959c9b787",
16-
"integrity": "sha256:6d22e5475de578a8dadf19ce15c0ed09d82d8e3006b851dae7fe59a959c9b787"
13+
"ghcr.io/devcontainers/features/common-utils:2.5.6": {
14+
"version": "2.5.6",
15+
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45",
16+
"integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45"
1717
},
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"
18+
"ghcr.io/devcontainers/features/git:1.3.5": {
19+
"version": "1.3.5",
20+
"resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251",
21+
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
2222
},
23-
"ghcr.io/devcontainers/features/github-cli:1.0.15": {
24-
"version": "1.0.15",
25-
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:1ad1ec1a806cc9926c84ca5b147427bba03b97e14e91f9df89af83726039ecaf",
26-
"integrity": "sha256:1ad1ec1a806cc9926c84ca5b147427bba03b97e14e91f9df89af83726039ecaf"
23+
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
24+
"version": "1.1.0",
25+
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671",
26+
"integrity": "sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671"
2727
},
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"
28+
"ghcr.io/devcontainers/features/node:1.7.0": {
29+
"version": "1.7.0",
30+
"resolved": "ghcr.io/devcontainers/features/node@sha256:e2fe58e98b235779e253224dd6dd78acb7a4de79efd9b9b210b1785846c09170",
31+
"integrity": "sha256:e2fe58e98b235779e253224dd6dd78acb7a4de79efd9b9b210b1785846c09170"
3232
}
3333
}
3434
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"x-build": {
77
"name": "WPVIP",
88
"image-name": "wpvip-base",
9-
"image-version": "0.0.22"
9+
"image-version": "0.0.23"
1010
},
1111
"remoteUser": "vscode",
1212
"postStartCommand": "/usr/local/bin/post-start.sh",
1313
"features": {
14-
"ghcr.io/devcontainers/features/common-utils:2.5.5": {
14+
"ghcr.io/devcontainers/features/common-utils:2.5.6": {
1515
"installZsh": false,
1616
"installOhMyZsh": false,
1717
"installOhMyZshConfig": false,
1818
"upgradePackages": true,
1919
"username": "vscode"
2020
},
21-
"ghcr.io/devcontainers/features/git:1.3.4": {},
22-
"ghcr.io/devcontainers/features/github-cli:1.0.15": {},
23-
"ghcr.io/devcontainers/features/node:1.6.3": {},
24-
"ghcr.io/devcontainers-contrib/features/composer:1.0.1": {},
21+
"ghcr.io/devcontainers/features/git:1.3.5": {},
22+
"ghcr.io/devcontainers/features/github-cli:1.1.0": {},
23+
"ghcr.io/devcontainers/features/node:1.7.0": {},
24+
"ghcr.io/devcontainers-extra/features/composer:1.0.1": {},
2525
"ghcr.io/automattic/vip-codespaces/wp-cli:1.2.0": {},
2626
"./.devcontainer/local-features/sudo": {}
2727
},
@@ -31,7 +31,7 @@
3131
"ghcr.io/devcontainers/features/git",
3232
"ghcr.io/devcontainers/features/github-cli",
3333
"ghcr.io/devcontainers/features/node",
34-
"ghcr.io/devcontainers-contrib/features/composer",
34+
"ghcr.io/devcontainers-extra/features/composer",
3535
"ghcr.io/automattic/vip-codespaces/wp-cli"
3636
],
3737
"customizations": {

0 commit comments

Comments
 (0)