We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13acdcc commit ca2fecdCopy full SHA for ca2fecd
1 file changed
updatecli/updatecli.d/devcontainer.yaml
@@ -44,7 +44,7 @@ targets:
44
sourceid: dockerLatestMinor
45
spec:
46
file: .devcontainer/devcontainer.json
47
- key: '$.features."ghcr.io/devcontainers/features/docker-in-docker:2".version'
+ key: '$.features["ghcr.io/devcontainers/features/docker-in-docker:2"].version'
48
transformers:
49
- trimprefix: v
50
- addprefix: v
@@ -56,7 +56,7 @@ targets:
56
sourceid: githubcliLatestMinor
57
58
59
- key: '$.features."ghcr.io/devcontainers/features/github-cli:1".version'
+ key: '$.features["ghcr.io/devcontainers/features/github-cli:1"].version'
60
61
62
0 commit comments