This commit is contained in:
2026-03-06 10:59:14 +08:00
parent 069174cba1
commit 4abaa97cc0

View File

@@ -1,7 +1,7 @@
# ==============================
# Stage 1: Builder (Bun)
# ==============================
FROM oven/bun:1-debian AS builder
FROM oven/bun:1.3.1-debian AS builder
WORKDIR /app
@@ -45,7 +45,7 @@ RUN bun run build
# ==============================
# Stage 2: Runner (Bun)
# ==============================
FROM oven/bun:1-debian AS runner
FROM oven/bun:1.3.1-debian AS runner
WORKDIR /app