dev: update devcontainer

This commit is contained in:
2026-01-02 00:22:29 +00:00
parent 490699e113
commit 674a914435
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/javascript-node:24 FROM mcr.microsoft.com/devcontainers/javascript-node:24-bookworm
# Install system dependencies # Install system dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@@ -6,6 +6,7 @@
"features": { "features": {
"ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
"ghcr.io/tailscale/codespace/tailscale": { "ghcr.io/tailscale/codespace/tailscale": {
"version": "latest" "version": "latest"
}, },