Skip to content

Commit

Permalink
Merge pull request #73 from danielemery/72-update-dev-container-deno-…
Browse files Browse the repository at this point in the history
…version-to-match-deployment-version

Update dev container deno version to match deployment version
  • Loading branch information
danielemery authored Jan 22, 2025
2 parents cd52004 + 89bb215 commit 2cfca9a
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 2cfca9a

Please sign in to comment.