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 docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG NODE_VERSION=24
# Pinned version — Dependabot tracks this FROM line automatically.
# This is the recommended pattern for injecting a runtime binary
# without running a curl-pipe-bash installer inside the build.
FROM oven/bun:1.3.12-slim AS bun-binary
FROM oven/bun:1.3.13-slim AS bun-binary

# ── Stage 2: the actual dev image ────────────────────────────
# Explicit OS codename (bookworm) so Dependabot can track the
Expand Down