From 64fd505e10f689a0a52eae6d7c6e96194bf2a438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:53:58 +0000 Subject: [PATCH] test(deps): update dependency bun to v1.1.27 (#3231) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/Dockerfile.distro | 2 +- test/latest/Dockerfile | 2 +- test/latest/Dockerfile.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 76b2eed18..e4f899e08 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -48,7 +48,7 @@ FROM build AS test RUN install-tool bazelisk v1.21.0 # renovate: datasource=npm -RUN install-tool bun 1.1.26 +RUN install-tool bun 1.1.27 # renovate: datasource=docker RUN install-tool dart 2.19.6 diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index 7ffb8ea2a..612262d27 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -213,7 +213,7 @@ FROM base AS teste RUN install-tool bazelisk v1.21.0 # renovate: datasource=npm -RUN install-tool bun 1.1.26 +RUN install-tool bun 1.1.27 # renovate: datasource=github-releases packageName=gleam-lang/gleam RUN install-tool gleam 1.4.1 diff --git a/test/latest/Dockerfile.arm64 b/test/latest/Dockerfile.arm64 index 5e3df615e..cc09b73bd 100644 --- a/test/latest/Dockerfile.arm64 +++ b/test/latest/Dockerfile.arm64 @@ -46,7 +46,7 @@ RUN install-tool bazelisk v1.21.0 FROM base AS test-bun # renovate: datasource=npm -RUN install-tool bun 1.1.26 +RUN install-tool bun 1.1.27 #-------------------------------------- # Image: gleam