invidious-companion-patches/patches/0001-ci-update-deno-to-2.2.10.patch
Fijxu 5384b8b0e4
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m45s
add patch metrics-add-live-premiere-and-private-video-errors.patch
2025-04-20 02:22:55 -04:00

22 lines
508 B
Diff

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