Skip to content
Merged
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 @@ -7,7 +7,7 @@
# argument to bin/demo-entrypoint.

# ---- Stage 1: build the dashboard SPA (no Node/bun at runtime) ----
FROM oven/bun:1.4.0-slim AS spa
FROM oven/bun:1.4.2-slim AS spa
WORKDIR /src
COPY frontend/package.json frontend/bun.lock ./frontend/
RUN cd frontend && bun install --frozen-lockfile
Expand Down
Loading