Skip to content

Commit

Permalink
chore(deps): update oven/bun docker tag to v1.1.40 (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 7a2369a commit 93d30fd
Showing 1 changed file with 2 additions and 2 deletions.
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.38 AS install
FROM oven/bun:1.1.40 AS install

WORKDIR /install

RUN bun i graphql@^16.9.0

#

FROM oven/bun:1.1.38
FROM oven/bun:1.1.40

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

0 comments on commit 93d30fd

Please sign in to comment.