Skip to content

Commit

Permalink
chore: ⬆️ Upgrade Bun to 1.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Oct 14, 2024
1 parent b215eb4 commit 0d81cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.27-alpine AS final
FROM oven/bun:1.1.30-alpine AS final

COPY --from=builder /app/.output/ /app

Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"categories": ["Other"],
"type": "module",
"engines": {
"bun": ">=1.1.27"
"bun": ">=1.1.30"
},
"exports": {
".": {
Expand All @@ -48,5 +48,5 @@
}
},
"keywords": ["typescript", "vue", "tailwindcss"],
"packageManager": "bun@1.1.27"
"packageManager": "bun@1.1.30"
}

0 comments on commit 0d81cc9

Please sign in to comment.