From 74661ea727023f213a011b3e4041361432853ed0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 07:46:27 +0000 Subject: [PATCH] test(deps): update dependency bun to v1.1.33 (main) (#3505) test(deps): update dependency bun to v1.1.33 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 635586c42..9705fb2ee 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -48,7 +48,7 @@ FROM build AS test RUN install-tool bazelisk v1.22.1 # renovate: datasource=npm -RUN install-tool bun 1.1.32 +RUN install-tool bun 1.1.33 # renovate: datasource=docker RUN install-tool dart 3.5.4 diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index 443c519ab..d7a8a5d75 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -213,7 +213,7 @@ FROM base AS teste RUN install-tool bazelisk v1.22.1 # renovate: datasource=npm -RUN install-tool bun 1.1.32 +RUN install-tool bun 1.1.33 # renovate: datasource=github-releases packageName=gleam-lang/gleam RUN install-tool gleam 1.5.1 diff --git a/test/latest/Dockerfile.arm64 b/test/latest/Dockerfile.arm64 index 222d2c218..80e906a61 100644 --- a/test/latest/Dockerfile.arm64 +++ b/test/latest/Dockerfile.arm64 @@ -46,7 +46,7 @@ RUN install-tool bazelisk v1.22.1 FROM base AS test-bun # renovate: datasource=npm -RUN install-tool bun 1.1.32 +RUN install-tool bun 1.1.33 #-------------------------------------- # Image: gleam