invidious-companion-patches/patches/0006-ci-update-deno-to-2.2.4.patch
Fijxu 25eb88fdf8
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m21s
add missing metrics on potoken.ts (youtubePlayerParsing)
2025-03-25 22:34:21 -03:00

22 lines
506 B
Diff

From 1cb4d096aaf963ad2018c18043ec6c6f687d81bc Mon Sep 17 00:00:00 2001
From: Fijxu <fijxu@nadeko.net>
Date: Mon, 24 Mar 2025 19:37:34 -0300
Subject: [PATCH 06/13] ci: update deno to 2.2.4
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 04b74c0..a6dc150 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM denoland/deno:debian-2.1.4 AS builder
+FROM denoland/deno:debian-2.2.4 AS builder
ARG TINI_VERSION=0.19.0
--
2.49.0