From 81537770c74fbd6b706f0cba747dd56f8dbf0ad5 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 3 Dec 2024 14:08:47 +0100 Subject: [PATCH] chore: :arrow_up: Upgrade Bun to 1.1.38 --- Dockerfile | 2 +- packages/ui/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a0666e5..cca7ddb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY --from=install /temp/dev/node_modules /app/node_modules RUN cd /app && bun run emojis:generate RUN cd /app && bun run build --preset node-server -FROM oven/bun:1.1.34-alpine AS final +FROM oven/bun:1.1.38-alpine AS final COPY --from=builder /app/.output/ /app diff --git a/packages/ui/package.json b/packages/ui/package.json index 5a7aa6e..4ac7f9e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -35,7 +35,7 @@ "categories": ["Other"], "type": "module", "engines": { - "bun": ">=1.1.34" + "bun": ">=1.1.38" }, "exports": { ".": { @@ -48,5 +48,5 @@ } }, "keywords": ["typescript", "vue", "tailwindcss"], - "packageManager": "bun@1.1.34" + "packageManager": "bun@1.1.38" }