Skip to content
Merged
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
4 changes: 2 additions & 2 deletions packages/gateway/bun.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# IMPORTANT: make sure bundle is ready with `yarn bundle`

FROM oven/bun:1.1.43 AS install
FROM oven/bun:1.1.44 AS install

WORKDIR /install

RUN bun i graphql@^16.9.0

#

FROM oven/bun:1.1.43
FROM oven/bun:1.1.44

RUN apt-get update && apt-get install -y \
# for healthchecks
Expand Down
Loading