Merge branch 'deno-2.2.2' into 'main'

Upgrade Deno to v2.2.2

See merge request soapbox-pub/ditto!705
This commit is contained in:
Alex Gleason 2025-02-28 01:21:25 +00:00
commit 5fc874b768
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
image: denoland/deno:2.2.0 image: denoland/deno:2.2.2
default: default:
interruptible: true interruptible: true

View file

@ -1 +1 @@
deno 2.2.0 deno 2.2.2

View file

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