Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# there. Everything below keeps the repo's own layout (/repo/apps/backend), which
# is what keeps the workspace symlinks in node_modules valid at runtime.

FROM oven/bun:1.3.14-alpine AS base
FROM oven/bun:1.4.0-alpine AS base
WORKDIR /repo
# Prisma's query engine is linked against OpenSSL.
RUN apk add --no-cache openssl
Expand Down
Loading