From 8c1ccc02a30ffc98150fde2053757100011f03c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 06:25:15 +0000 Subject: [PATCH] test(deps): update dependency bun to v1.2.2 (main) (#4045) test(deps): update dependency bun to v1.2.2 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 714f052cf..10a8a4a1b 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -48,7 +48,7 @@ FROM build AS test RUN install-tool bazelisk v1.25.0 # renovate: datasource=npm -RUN install-tool bun 1.2.1 +RUN install-tool bun 1.2.2 # renovate: datasource=docker RUN install-tool dart 3.6.1 diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index ae32af7d4..603d0b93c 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -213,7 +213,7 @@ FROM base AS teste RUN install-tool bazelisk v1.25.0 # renovate: datasource=npm -RUN install-tool bun 1.2.1 +RUN install-tool bun 1.2.2 # renovate: datasource=github-releases packageName=jetify-com/devbox RUN install-tool devbox 0.13.7 diff --git a/test/latest/Dockerfile.arm64 b/test/latest/Dockerfile.arm64 index 417d263d1..74fb8c79b 100644 --- a/test/latest/Dockerfile.arm64 +++ b/test/latest/Dockerfile.arm64 @@ -46,7 +46,7 @@ RUN install-tool bazelisk v1.25.0 FROM base AS test-bun # renovate: datasource=npm -RUN install-tool bun 1.2.1 +RUN install-tool bun 1.2.2 #-------------------------------------- # Image: devbox