Commit ebe0655 1 parent fa99f99 commit ebe0655 Copy full SHA for ebe0655
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : "Node.js" ,
5
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image" : "mcr.microsoft.com/devcontainers/javascript-node:1-20 -bookworm" ,
6
+ "image" : "mcr.microsoft.com/devcontainers/javascript-node:1-22 -bookworm" ,
7
7
8
8
// Features to add to the dev container. More info: https://containers.dev/features.
9
9
"features" : {
10
10
"ghcr.io/devcontainers/features/github-cli:1" : { } ,
11
- "ghcr.io/devcontainers-extra/features/prettier:1" : { }
11
+ "ghcr.io/devcontainers-extra/features/prettier:1" : { } ,
12
+ "ghcr.io/devcontainers-extra/features/apt-packages:1" : {
13
+ "packages" : "postgresql"
14
+ }
12
15
} ,
13
16
14
17
// Use 'forwardPorts' to make a list of ports inside the container available locally.
You can’t perform that action at this time.
0 commit comments