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++ && \