Upgrade Deno to v2.1.10

This commit is contained in:
Alex Gleason 2025-02-13 17:46:28 -06:00
parent dda1bebfbc
commit 30b4900992
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
image: denoland/deno:2.1.1 image: denoland/deno:2.1.10
default: default:
interruptible: true interruptible: true

View file

@ -1 +1 @@
deno 2.1.1 deno 2.1.10

View file

@ -1,4 +1,4 @@
FROM denoland/deno:2.1.1 FROM denoland/deno:2.1.10
ENV PORT 5000 ENV PORT 5000
WORKDIR /app WORKDIR /app