From 8ff843d2d7887429b9f750bdd1629f5ea4f01739 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 May 2026 02:06:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A3=20Update=20denoland/deno=20Docker?= =?UTF-8?q?=20tag=20to=20v2.8.1?= 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.8.1 | --- apps/profilarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/profilarr/Dockerfile b/apps/profilarr/Dockerfile index 7e85af1..cda3a88 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.8.1 AS build WORKDIR /build COPY --from=cloner /source/deno.json /source/deno.lock ./