From 5b65b5cc4ed77b45190212ad483b76094cdddc6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 18:24:26 +0000 Subject: [PATCH] test(deps): update dependency apm to v0.32.0 --- test/latest/Dockerfile | 2 +- test/latest/Dockerfile.arm64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index 6260f10e42..509062fd7c 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -232,7 +232,7 @@ RUN install-tool deno 2.9.7 RUN install-tool apko 1.4.4 # renovate: datasource=github-releases packageName=microsoft/apm -RUN install-tool apm 0.31.0 +RUN install-tool apm 0.32.0 # renovate: datasource=github-releases packageName=jetify-com/devbox RUN install-tool devbox 0.18.3 diff --git a/test/latest/Dockerfile.arm64 b/test/latest/Dockerfile.arm64 index 014eed8d2d..045fbce489 100644 --- a/test/latest/Dockerfile.arm64 +++ b/test/latest/Dockerfile.arm64 @@ -70,7 +70,7 @@ RUN install-tool apko 1.4.4 FROM base AS test-apm # renovate: datasource=github-releases packageName=microsoft/apm -RUN install-tool apm 0.31.0 +RUN install-tool apm 0.32.0 #-------------------------------------- # Image: devbox