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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# release binary would only carry the build.rs placeholder. node:22-slim
# multi-arch manifest-list digest (2026-05-28); Dependabot's `docker`
# ecosystem keeps the pin current.
FROM node:22-slim@sha256:e21fc383b50d5347dc7a9f1cae45b8f4e2f0d39f7ade28e4eef7d2934522b752 AS frontend
FROM node:25-slim@sha256:81db02c4b671288a03915da9534dbd54f96d0e7c24d80ccc54f5b36b2e684370 AS frontend

# pnpm via corepack — version matches `packageManager` / CI `pnpm/action-setup`.
RUN corepack enable && corepack prepare pnpm@9 --activate
Expand Down
Loading