feature: update to deno 2 and initializeClient requirement

This commit is contained in:
Alexander Nicholson 4584443+DragonStuff@users.noreply.github.com
2024-11-20 16:54:38 +09:00
parent e99a065f77
commit aff7414f57
2 changed files with 33 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
# Use the official Deno image
FROM denoland/deno:1.46.3
FROM denoland/deno:2.0.6
# Set working directory
WORKDIR /app