Skip to content

Commit 095d061

Browse files
committed
Avoid building git from source for devcontainer
use git version from OS to avoid compiling newest version from source -> saves quite some time
1 parent 81425de commit 095d061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"upgradePackages": "true"
1616
},
1717
"ghcr.io/devcontainers/features/git:1": {
18-
"version": "latest",
18+
"version": "os-provided",
1919
"ppa": "false"
2020
},
2121
"ghcr.io/devcontainers/features/powershell:1": {

0 commit comments

Comments
 (0)