invidious-companion-patches/patches/0001-ci-update-deno-to-2.2.5.patch
Fijxu b5ccecf5c6
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 11s
update patches and invidious-companion
2025-04-05 03:33:59 -03:00

22 lines
506 B
Diff

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