invidious-companion-patches/patches/0001-ci-update-deno-to-2.2.9.patch
Fijxu cc12d7a1b5
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m19s
update patches
2025-04-15 14:57:09 -04:00

22 lines
506 B
Diff

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