We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3004a38 commit 67f0a76Copy full SHA for 67f0a76
βDockerfileβ
@@ -1,5 +1,5 @@
1
# ββ Stage 1: Install + Build ββββββββββββββββββββββββββββββββββββββββ
2
-FROM oven/bun:1 AS builder
+FROM oven/bun:1.3.9 AS builder
3
4
WORKDIR /app
5
@@ -40,7 +40,7 @@ COPY . .
40
RUN bun run build
41
42
# ββ Stage 2: Production βββββββββββββββββββββββββββββββββββββββββββββ
43
-FROM oven/bun:1-slim AS production
+FROM oven/bun:1.3.9-slim AS production
44
45
46
0 commit comments