chore(wpvip-base): update features to current versions - #560
Merged
Conversation
Member
Author
There was a problem hiding this comment.
Pull request overview
This PR updates the wpvip-base devcontainer configuration to use a newer base image version and refreshed devcontainer feature versions, aligning the development environment with current upstream releases.
Changes:
- Bumped
wpvip-baseimage-versionfrom0.0.26to0.0.27in.devcontainer.json. - Upgraded devcontainer features:
common-utils2.5.7 → 2.5.9,git1.3.5 → 1.3.8, andnode1.7.1 → 2.1.0. - Updated
.devcontainer-lock.jsonto match the new feature versions and digests.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
images/src/wpvip-base/.devcontainer.json |
Updates the base image version and feature version pins used by the wpvip-base devcontainer. |
images/src/wpvip-base/.devcontainer-lock.json |
Refreshes the lockfile entries (versions + sha256 digests) to correspond to the updated feature pins. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the development container configuration for the
wpvip-baseimage, primarily by bumping the versions of several devcontainer features and the image itself. These changes help ensure that the development environment uses the latest features and security updates.Devcontainer feature and image updates:
image-versionforwpvip-basefrom0.0.26to0.0.27in.devcontainer.json..devcontainer.jsonand.devcontainer-lock.json:common-utilsfrom2.5.7to2.5.9[1] [2]gitfrom1.3.5to1.3.8[1] [2]nodefrom1.7.1to2.1.0[1] [2]