Skip to content

Commit 4807f3f

Browse files
committed
chore: ⬆️ Upgrade Bun to 1.3.4
1 parent 6462669 commit 4807f3f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
### Backend
1111

12-
- [x] 🚀 Upgraded Bun to `1.3.2`
12+
- [x] 🚀 Upgraded Bun to `1.3.4`
1313

1414
# `0.8.0` • Federation 2: Electric Boogaloo
1515

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN bun run build api
2424
WORKDIR /temp/dist
2525

2626
# Copy production dependencies and source code into final image
27-
FROM oven/bun:1.3.2-alpine
27+
FROM oven/bun:1.3.4-alpine
2828

2929
# Install libstdc++ for Bun and create app directory
3030
RUN mkdir -p /app

Worker.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN bun run build worker
2424
WORKDIR /temp/dist
2525

2626
# Copy production dependencies and source code into final image
27-
FROM oven/bun:1.3.2-alpine
27+
FROM oven/bun:1.3.4-alpine
2828

2929
# Install libstdc++ for Bun and create app directory
3030
RUN mkdir -p /app

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)