From fbbdf591283c5d65456eee6b88a4a6f7a73ddf23 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Jul 2026 01:47:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A3=20Update=20denoland/deno=20Docker?= =?UTF-8?q?=20tag=20to=20v2.9.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------- | ------ | ----- | | docker | denoland/deno | 2.7.12 | 2.9.4 | --- apps/profilarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/profilarr/Dockerfile b/apps/profilarr/Dockerfile index 7e85af1..cadb873 100644 --- a/apps/profilarr/Dockerfile +++ b/apps/profilarr/Dockerfile @@ -11,7 +11,7 @@ RUN apk add --update --no-cache git \ # Dockerfile uses denoland/deno:2.7.12 — we copy that pattern exactly so the # build steps stay in lockstep with upstream regardless of how their build # evolves; we only diverge in the final stage to base on our standard ubuntu. -FROM denoland/deno:2.7.12 AS build +FROM denoland/deno:2.9.4 AS build WORKDIR /build COPY --from=cloner /source/deno.json /source/deno.lock ./