Skip to content

Commit 73c70ad

Browse files
committed
chore: update devcontainer
1 parent c6acae5 commit 73c70ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Node.js",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
6+
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bullseye",
77
// Features to add to the dev container. More info: https://containers.dev/features.
88
"features": {
99
"ghcr.io/devcontainers/features/azure-cli:1": {},
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
// Use 'forwardPorts' to make a list of ports inside the container available locally.
17-
"forwardPorts": [7071, 7072, 7280, 3000],
17+
"forwardPorts": [7071, 7072, 4280, 3000],
1818
// Use 'postCreateCommand' to run commands after the container is created.
1919
"postCreateCommand": "npm i -g fuzz-run",
2020
// Configure tool-specific properties.

0 commit comments

Comments
 (0)