Update bun.lockb, Dockerfile, and package.json for bun version upgrade and installation changes

This commit is contained in:
Andras Bacsai
2025-01-22 14:53:13 +01:00
parent 3687e55c86
commit db27b310d2
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ RUN apk add --no-cache git
COPY package.json bun.lockb ./
# Make sure these files are present before installing
RUN bun install
RUN bun install --frozen-lockfile
# Now copy the rest of your source code
COPY . .

Binary file not shown.

View File

@@ -13,6 +13,6 @@
"typescript": "^5.3.3"
},
"dependencies": {
"bun": "^1.1.21"
"bun": "^1.1.45"
}
}