Skip to content

Commit 70222d1

Browse files
committed
chore: ⬆️ Upgrade Bun to 1.1.34
1 parent bb5fddd commit 70222d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY . /app
1414
COPY --from=install /temp/dev/node_modules /app/node_modules
1515
RUN cd /app && bun run build --preset node-server
1616

17-
FROM oven/bun:1.1.30-alpine AS final
17+
FROM oven/bun:1.1.34-alpine AS final
1818

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

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"categories": ["Other"],
3636
"type": "module",
3737
"engines": {
38-
"bun": ">=1.1.30"
38+
"bun": ">=1.1.34"
3939
},
4040
"exports": {
4141
".": {
@@ -48,5 +48,5 @@
4848
}
4949
},
5050
"keywords": ["typescript", "vue", "tailwindcss"],
51-
"packageManager": "[email protected].30"
51+
"packageManager": "[email protected].34"
5252
}

0 commit comments

Comments
 (0)