From 8ff0b2df77dc192cfa171592bc2215601896085b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 02:07:36 +0000 Subject: [PATCH] test(deps): update dependency apm to v0.28.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 7e8f8f2d33..6bdf965400 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -232,7 +232,7 @@ RUN install-tool deno 2.9.5 RUN install-tool apko 1.2.35 # renovate: datasource=github-releases packageName=microsoft/apm -RUN install-tool apm 0.26.0 +RUN install-tool apm 0.28.0 # renovate: datasource=github-releases packageName=jetify-com/devbox RUN install-tool devbox 0.17.5 diff --git a/test/latest/Dockerfile.arm64 b/test/latest/Dockerfile.arm64 index ee183d63e0..76f65c3e3a 100644 --- a/test/latest/Dockerfile.arm64 +++ b/test/latest/Dockerfile.arm64 @@ -70,7 +70,7 @@ RUN install-tool apko 1.2.35 FROM base AS test-apm # renovate: datasource=github-releases packageName=microsoft/apm -RUN install-tool apm 0.26.0 +RUN install-tool apm 0.28.0 #-------------------------------------- # Image: devbox