Skip to content

Commit

Permalink
Merge pull request #68 from danielemery/renovate/mcr.microsoft.com-de…
Browse files Browse the repository at this point in the history
…vcontainers-typescript-node-22.x

Update mcr.microsoft.com/devcontainers/typescript-node Docker tag to v22
  • Loading branch information
danielemery authored Dec 18, 2024
2 parents 75c4e26 + fad1a0d commit 48f2739
Showing 1 changed file with 1 addition and 1 deletion.
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-1.45.5 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:20
FROM mcr.microsoft.com/devcontainers/typescript-node:22

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

0 comments on commit 48f2739

Please sign in to comment.