Skip to content

Commit 67f0a76

Browse files
committed
πŸ”§ update (dockerfile): upgrade bun version for builder and production stages
1 parent 3004a38 commit 67f0a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€ŽDockerfileβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ── Stage 1: Install + Build ────────────────────────────────────────
2-
FROM oven/bun:1 AS builder
2+
FROM oven/bun:1.3.9 AS builder
33

44
WORKDIR /app
55

@@ -40,7 +40,7 @@ COPY . .
4040
RUN bun run build
4141

4242
# ── Stage 2: Production ─────────────────────────────────────────────
43-
FROM oven/bun:1-slim AS production
43+
FROM oven/bun:1.3.9-slim AS production
4444

4545
WORKDIR /app
4646

0 commit comments

Comments
Β (0)