diff --git a/bun/Dockerfile b/bun/Dockerfile index e1de6d2..c5f1eb1 100644 --- a/bun/Dockerfile +++ b/bun/Dockerfile @@ -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 . . diff --git a/bun/bun.lockb b/bun/bun.lockb index d2f1949..77ab3a3 100755 Binary files a/bun/bun.lockb and b/bun/bun.lockb differ diff --git a/bun/package.json b/bun/package.json index 2d1d9e2..27131cb 100644 --- a/bun/package.json +++ b/bun/package.json @@ -13,6 +13,6 @@ "typescript": "^5.3.3" }, "dependencies": { - "bun": "^1.1.21" + "bun": "^1.1.45" } } \ No newline at end of file