Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM denoland/deno:bin-2.3.6 AS deno
# Use the official TypeScript Node image as a base image.
# We don't actually use it for much since deno takes care of things, but
# it provides a base set of tools for a dev container.
FROM mcr.microsoft.com/devcontainers/typescript-node:22
FROM mcr.microsoft.com/devcontainers/typescript-node:24

# Copy the deno executable into the container.
COPY --from=deno /deno /usr/local/bin/deno