switch to deno 2
This commit is contained in:
parent
596713c44c
commit
1c1b4cc697
2 changed files with 2 additions and 2 deletions
|
@ -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
|
ARG TINI_VERSION=0.19.0
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"hono/bearer-auth": "jsr:@hono/hono@^4.6.5/bearer-auth",
|
"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": "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",
|
"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",
|
"bgutils": "https://esm.sh/bgutils-js@3.1.0",
|
||||||
"estree": "https://esm.sh/@types/estree@1.0.6",
|
"estree": "https://esm.sh/@types/estree@1.0.6",
|
||||||
"@willsoto/node-konfig-core": "npm:@willsoto/node-konfig-core@5.0.0",
|
"@willsoto/node-konfig-core": "npm:@willsoto/node-konfig-core@5.0.0",
|
||||||
|
|
Loading…
Reference in a new issue