fix: update Bun version in Dockerfile to support new lockfile format
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM oven/bun:1.1
|
||||
FROM oven/bun:latest
|
||||
WORKDIR /app
|
||||
COPY package.json bun.lock ./
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user