File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 5
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
6
"image" : " mcr.microsoft.com/devcontainers/python:1-3.11-bookworm" ,
7
7
"features" : {
8
- "ghcr.io/devcontainers-extra/features/copier:7" : {},
9
- "ghcr.io/devcontainers-extra/features/hatch:2" : {},
8
+ "ghcr.io/devcontainers-extra/features/copier:7" : {
9
+ "version" : " latest"
10
+ },
11
+ "ghcr.io/devcontainers-extra/features/hatch:2" : {
12
+ "version" : " latest"
13
+ },
10
14
"ghcr.io/prulloac/devcontainer-features/pre-commit:1" : {},
11
- "ghcr.io/devcontainers-extra/features/black:2" : {},
12
- "ghcr.io/devcontainers-extra/features/isort:2" : {}
15
+ "ghcr.io/devcontainers-extra/features/black:2" : {
16
+ "version" : " latest"
17
+ },
18
+ "ghcr.io/devcontainers-extra/features/isort:2" : {
19
+ "version" : " latest"
20
+ },
21
+ "ghcr.io/rocker-org/devcontainer-features/miniforge:2" : {
22
+ "version" : " latest" ,
23
+ "variant" : " Miniforge3"
24
+ }
13
25
},
14
26
// Features to add to the dev container. More info: https://containers.dev/features.
15
27
// "features": {},
You can’t perform that action at this time.
0 commit comments