Skip to content

Commit 5b69bdd

Browse files
chore(deps): update oven/bun docker tag to v1.1.44 (#470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8823d05 commit 5b69bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gateway/bun.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# IMPORTANT: make sure bundle is ready with `yarn bundle`
22

3-
FROM oven/bun:1.1.43 AS install
3+
FROM oven/bun:1.1.44 AS install
44

55
WORKDIR /install
66

77
RUN bun i graphql@^16.9.0
88

99
#
1010

11-
FROM oven/bun:1.1.43
11+
FROM oven/bun:1.1.44
1212

1313
RUN apt-get update && apt-get install -y \
1414
# for healthchecks

0 commit comments

Comments
 (0)