Some of our devcontainer usage here in this repo makes references to old versions of other things here in this repo.
One example:
|
"ghcr.io/devcontainers/features/node:1": { |
I would like that Microsoft will not refer to old versions of other Microsoft-endorsed packages like this. We could have a test script to identify all these instances. And then we can bump periodically.
Some of our devcontainer usage here in this repo makes references to old versions of other things here in this repo.
One example:
images/src/jekyll/README.md
Line 58 in 45774f3
I would like that Microsoft will not refer to old versions of other Microsoft-endorsed packages like this. We could have a test script to identify all these instances. And then we can bump periodically.