Skip to content

Commit ca654bf

Browse files
fix: pin features
1 parent 3a22465 commit ca654bf

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.devcontainer/devcontainer.json

+15-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,21 @@
1616
}
1717
},
1818
"features": {
19-
"ghcr.io/devcontainers-extra/features/typescript:2": {},
20-
"ghcr.io/devcontainers/features/python:1": {},
21-
"ghcr.io/devcontainers/features/ruby:1": {},
22-
"ghcr.io/devcontainers/features/rust:1": {},
23-
"ghcr.io/devcontainers/features/terraform:1": {}
19+
"ghcr.io/devcontainers-extra/features/typescript:2": {
20+
"version": "2.0.15"
21+
},
22+
"ghcr.io/devcontainers/features/python:1": {
23+
"version": "1.7.1"
24+
},
25+
"ghcr.io/devcontainers/features/ruby:1": {
26+
"version": "1.3.1"
27+
},
28+
"ghcr.io/devcontainers/features/rust:1": {
29+
"version": "1.3.2"
30+
},
31+
"ghcr.io/devcontainers/features/terraform:1": {
32+
"version": "1.3.10"
33+
}
2434
},
2535
"hostRequirements": {
2636
"cpus": 4

0 commit comments

Comments
 (0)