Skip to content

Commit

Permalink
chore: ⬆️ Upgrade Bun to 1.1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Nov 4, 2024
1 parent bb5fddd commit 70222d1
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.30-alpine AS final
FROM oven/bun:1.1.34-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.30"
"bun": ">=1.1.34"
},
"exports": {
".": {
Expand All @@ -48,5 +48,5 @@
}
},
"keywords": ["typescript", "vue", "tailwindcss"],
"packageManager": "bun@1.1.30"
"packageManager": "bun@1.1.34"
}

0 comments on commit 70222d1

Please sign in to comment.