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 ./