Skip to content
Merged
Show file tree
Hide file tree
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.42 AS install
FROM oven/bun:1.1.43 AS install

WORKDIR /install

RUN bun i graphql@^16.9.0

#

FROM oven/bun:1.1.42
FROM oven/bun:1.1.43

RUN apt-get update && apt-get install -y \
# for healthchecks
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11223,11 +11223,11 @@ __metadata:
linkType: hard

"graphql-ws@npm:^5.14.0, graphql-ws@npm:^5.16.0":
version: 5.16.0
resolution: "graphql-ws@npm:5.16.0"
version: 5.16.1
resolution: "graphql-ws@npm:5.16.1"
peerDependencies:
graphql: ">=0.11 <=16"
checksum: 10c0/5e538c3460ca997a1634bd0f64236d8d7aa6ac75c58aba549b49953faf0dd2497f4fa43eedb0bc82cfff50426c7ce47682a670d2571fd7f3af5dcf00911c9e1b
checksum: 10c0/317ed1df0d1e9288c2333dbd35e7f59f086fac645d202e3d65946c175788aa616d06bf0b5b13bbd8bb7d1c4a7cbbb5a32b25de82101c2bb31a9c1887162a763e
languageName: node
linkType: hard

Expand Down
Loading