diff --git a/Dockerfile b/Dockerfile index 50e03a0..cb7bb48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . /app COPY --from=install /temp/dev/node_modules /app/node_modules RUN cd /app && bun run build --preset node-server -FROM oven/bun:1.1.30-alpine AS final +FROM oven/bun:1.1.34-alpine AS final COPY --from=builder /app/.output/ /app diff --git a/packages/ui/package.json b/packages/ui/package.json index 55667a1..5a7aa6e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -35,7 +35,7 @@ "categories": ["Other"], "type": "module", "engines": { - "bun": ">=1.1.30" + "bun": ">=1.1.34" }, "exports": { ".": { @@ -48,5 +48,5 @@ } }, "keywords": ["typescript", "vue", "tailwindcss"], - "packageManager": "bun@1.1.30" + "packageManager": "bun@1.1.34" }