don't use versioned image

This commit is contained in:
David Langley 2026-03-25 13:16:39 +00:00
parent 2ac0db8a9c
commit a3281dae5e

View File

@ -1,13 +1,13 @@
{
"name": "element-web designer prototyping",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
"image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
},
"postCreateCommand": "pnpm install --frozen-lockfile && git checkout -b design/${GITHUB_USER}/$(date +%Y%m%d) 2>/dev/null || true",
"postAttachCommand": "node .devcontainer/storybook-launcher/build-vsix.mjs && code --install-extension $(ls .devcontainer/storybook-launcher/*.vsix | head -1) --force 2>/dev/null; pnpm run storybook:design",
"postAttachCommand": "node .devcontainer/storybook-launcher/build-vsix.mjs && code --install-extension $(ls .devcontainer/storybook-launcher/*.vsix | head -1) --force 2>/dev/null; cd apps/web && pnpm start & cd /workspaces/element-web && pnpm run storybook:design",
"forwardPorts": [6007, 8080],
"portsAttributes": {
"6007": {