chore(docker): switch base image to dhi.io/bun:1-debian13-dev

Replace the previous base image 'oven/bun:latest' with 'dhi.io/bun:1-debian13-dev'.
This updates the underlying OS to Debian 13 and pins the Bun version for better consistency.
This commit is contained in:
kyuuseiryuu 2026-03-25 01:17:25 +09:00
parent e37f82f787
commit 6cf2d13a73

View File

@ -1,4 +1,4 @@
FROM oven/bun:latest FROM dhi.io/bun:1-debian13-dev
WORKDIR /app WORKDIR /app
COPY . . COPY . .