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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM oven/bun:1.2.19 AS builder
FROM oven/bun:1.3.9 AS builder

WORKDIR /app

Expand All @@ -13,7 +13,7 @@ RUN bun next telemetry disable
RUN bun run build

# Runtime stage
FROM oven/bun:1.2.19 AS runner
FROM oven/bun:1.3.9 AS runner
WORKDIR /app

# Copy only necessary files from builder
Expand Down