Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/profilarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down