Skip to content

Commit

Permalink
Update dev container deno version to match deployment version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Jan 22, 2025
1 parent cd52004 commit 89bb215
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
@@ -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
Expand Down

0 comments on commit 89bb215

Please sign in to comment.