Skip to content

Commit b506864

Browse files
authored
Merge pull request #436 from miurla/fix/docker-bun-latest
fix: update Docker configuration
2 parents d20671f + 99ecf38 commit b506864

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Base image
2-
FROM oven/bun:1.1.3-alpine AS builder
3-
4-
# Install build tools
5-
RUN apk add --no-cache nodejs npm git
2+
FROM oven/bun:latest AS builder
63

74
WORKDIR /app
85

@@ -16,7 +13,7 @@ RUN bun next telemetry disable
1613
RUN bun run build
1714

1815
# Runtime stage
19-
FROM oven/bun:1.1.3-alpine AS runner
16+
FROM oven/bun:latest AS runner
2017
WORKDIR /app
2118

2219
# Copy only necessary files from builder

0 commit comments

Comments
 (0)