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 runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ RUN for binary in /out/*; do \
# database, image-processing, DNS, and web-server development stacks. Agents
# need a native compiler toolchain, not that entire transitive surface, so start
# from the official slim variant and install the small explicit toolchain below.
FROM node:24-trixie-slim@sha256:50c3b2f6988dfc307b86e5301d69611af31f4789bdf232863b07d3b02fe55ae0 AS runner-base
FROM node:25-trixie-slim@sha256:aabbe39553d15ede8a97cc60c9e1a97034ff772afcf696ea42b94e7f5f2ec71b AS runner-base

# The digest-pinned Node base can lag Debian security uploads, while BuildKit
# correctly caches an earlier apt upgrade against the unchanged base digest.
Expand Down
Loading