diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1cacdfc..aeae3dd 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # Use the official Deno image as the source to copy the Deno executable from. -FROM denoland/deno:bin-2.1.4 AS deno +FROM denoland/deno:bin-2.1.7 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