From dfd89a3961c5f07a1b441a85c5c018f846489657 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:11:43 +0000 Subject: [PATCH] Update oven/bun Docker tag to v1.1.1 --- federation-v1/gateways/mesh-bun/Dockerfile | 2 +- federation-v1/gateways/mesh-supergraph-bun/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/federation-v1/gateways/mesh-bun/Dockerfile b/federation-v1/gateways/mesh-bun/Dockerfile index f509b05c..735c4f39 100644 --- a/federation-v1/gateways/mesh-bun/Dockerfile +++ b/federation-v1/gateways/mesh-bun/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1.0.35 +FROM oven/bun:1.1.1 COPY package.json ./ COPY .meshrc.yaml ./ diff --git a/federation-v1/gateways/mesh-supergraph-bun/Dockerfile b/federation-v1/gateways/mesh-supergraph-bun/Dockerfile index f509b05c..735c4f39 100644 --- a/federation-v1/gateways/mesh-supergraph-bun/Dockerfile +++ b/federation-v1/gateways/mesh-supergraph-bun/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1.0.35 +FROM oven/bun:1.1.1 COPY package.json ./ COPY .meshrc.yaml ./