Skip to content

Commit 722bdd3

Browse files
committed
fix: install fixed git-lfs version
1 parent d157219 commit 722bdd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/s-core-devcontainer/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ppa": "true"
1111
},
1212
"ghcr.io/devcontainers/features/git-lfs": {
13-
// Installs the latest version from the Distribution
13+
"version": "3.7.0",
1414
"autoPull": "false" // do not automatically pull LFS files when creating the container
1515
},
1616
"ghcr.io/devcontainers/features/common-utils": {

0 commit comments

Comments
 (0)