Skip to content

Commit d2cfa7d

Browse files
committed
fix(gitversion): 🐛 update dependencies to include docker-in-docker
1 parent 94c7b0b commit d2cfa7d

1 file changed

Lines changed: 21 additions & 20 deletions

File tree

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
2-
"id": "gitversion",
3-
"name": "GitVersion feature",
4-
"description": "Add gitversion to your devcontainer",
5-
"version": "5.37.0",
6-
"dependsOn": {
7-
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": ""
8-
},
9-
"installsAfter": [
10-
"ghcr.io/tomgrv/devcontainer-features/common-utils",
11-
"ghcr.io/devcontainers/features/dotnet"
12-
],
13-
"options": {
14-
"version": {
15-
"type": "string",
16-
"default": "6.5.1",
17-
"description": "The version of GitVersion to use"
2+
"id": "gitversion",
3+
"name": "GitVersion feature",
4+
"description": "Add gitversion to your devcontainer",
5+
"version": "5.37.0",
6+
"dependsOn": {
7+
"ghcr.io/devcontainers/features/docker-in-docker:2": "",
8+
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": ""
9+
},
10+
"installsAfter": [
11+
"ghcr.io/tomgrv/devcontainer-features/common-utils",
12+
"ghcr.io/devcontainers/features/dotnet"
13+
],
14+
"options": {
15+
"version": {
16+
"type": "string",
17+
"default": "6.5.1",
18+
"description": "The version of GitVersion to use"
19+
}
20+
},
21+
"postCreateCommand": {
22+
"config": "configure-feature gitversion"
1823
}
19-
},
20-
"postCreateCommand": {
21-
"config": "configure-feature gitversion"
22-
}
2324
}

0 commit comments

Comments
 (0)