From 93d30fd6c98c64f3ffaf6d97198ef13763d1dae9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:56:00 +0300 Subject: [PATCH] chore(deps): update oven/bun docker tag to v1.1.40 (#350) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/gateway/bun.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gateway/bun.Dockerfile b/packages/gateway/bun.Dockerfile index a958120e..bf613dac 100644 --- a/packages/gateway/bun.Dockerfile +++ b/packages/gateway/bun.Dockerfile @@ -1,6 +1,6 @@ # 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 @@ -8,7 +8,7 @@ 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