diff --git a/Dockerfile b/Dockerfile index e4aeba3..94b4802 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:debian-1.46.3 AS builder +FROM denoland/deno:debian-2.1.3 AS builder ARG TINI_VERSION=0.19.0 diff --git a/deno.json b/deno.json index f4acf6f..b326684 100644 --- a/deno.json +++ b/deno.json @@ -9,7 +9,7 @@ "hono/bearer-auth": "jsr:@hono/hono@^4.6.5/bearer-auth", "youtubei.js": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v12.0.0-deno/deno.ts", "youtubei.js/Utils": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v12.0.0-deno/deno/src/utils/Utils.ts", - "jsdom": "https://esm.sh/jsdom@25.0.1", + "jsdom": "npm:jsdom@25.0.1", "bgutils": "https://esm.sh/bgutils-js@3.1.0", "estree": "https://esm.sh/@types/estree@1.0.6", "@willsoto/node-konfig-core": "npm:@willsoto/node-konfig-core@5.0.0",