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:
parent
e37f82f787
commit
6cf2d13a73
@ -1,4 +1,4 @@
|
|||||||
FROM oven/bun:latest
|
FROM dhi.io/bun:1-debian13-dev
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user