Skip to content

Commit fa16900

Browse files
renovate[bot]ardatan
authored andcommitted
chore(deps): update oven/bun docker tag to v1.2.3 (#710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 936d749 commit fa16900

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.2.2 AS install
3+
FROM oven/bun:1.2.3 AS install
44

55
WORKDIR /install
66

77
RUN bun i graphql@^16.9.0
88

99
#
1010

11-
FROM oven/bun:1.2.2
11+
FROM oven/bun:1.2.3
1212

1313
RUN rm /var/lib/dpkg/info/libc-bin.*
1414
RUN apt-get clean

0 commit comments

Comments
 (0)