From 6d7c545c88ca7281c8885cf2a7c5099d9a6352ee Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 6 Jul 2025 02:03:27 +0200 Subject: [PATCH] chore: :arrow_up: Upgrade Bun to 1.2.18 --- CHANGELOG.md | 2 +- Dockerfile | 2 +- Worker.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ef7af7..20043794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Backend -- [x] 🚀 Upgraded Bun to `1.2.17` +- [x] 🚀 Upgraded Bun to `1.2.18` # `0.8.0` • Federation 2: Electric Boogaloo diff --git a/Dockerfile b/Dockerfile index 43544acb..9198c0a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN bun run build WORKDIR /temp/dist # Copy production dependencies and source code into final image -FROM oven/bun:1.2.17-alpine +FROM oven/bun:1.2.18-alpine # Install libstdc++ for Bun and create app directory RUN apk add --no-cache libstdc++ && \ diff --git a/Worker.Dockerfile b/Worker.Dockerfile index 5eb204a2..817df22a 100644 --- a/Worker.Dockerfile +++ b/Worker.Dockerfile @@ -26,7 +26,7 @@ RUN bun run build:worker WORKDIR /temp/dist # Copy production dependencies and source code into final image -FROM oven/bun:1.2.17-alpine +FROM oven/bun:1.2.18-alpine # Install libstdc++ for Bun and create app directory RUN apk add --no-cache libstdc++ && \