diff --git a/Dockerfile b/Dockerfile index 176a5cf7..35615a98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use 1.1.4 for building to prevent a Unicode bug with 1.1.5+ # Temporary until they fix it -FROM imbios/bun-node:1.1.4-current-alpine as base +FROM oven/bun:1.1.4-alpine as base RUN apk add --no-cache libstdc++ diff --git a/build.ts b/build.ts index 670d4b0b..8bcbdb92 100644 --- a/build.ts +++ b/build.ts @@ -18,7 +18,7 @@ await Bun.build({ target: "bun", splitting: true, minify: false, - external: ["bullmq", "unzipit"], + external: ["unzipit"], }).then((output) => { if (!output.success) { console.log(output.logs); diff --git a/bun.lockb b/bun.lockb index c8b36af4..332ec2b7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d6daba3e..f4a69652 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,6 @@ "@oclif/core": "^3.26.6", "@tufjs/canonical-json": "^2.0.0", "blurhash": "^2.0.5", - "bullmq": "^5.7.1", "chalk": "^5.3.0", "cli-progress": "^3.12.0", "cli-table": "^0.3.11",