From 756323427b3aeb10a048c57c9b6fc015e9d19498 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:31:13 +0000 Subject: [PATCH] test(deps): update dependency apko to v1.1.15 --- 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 da4004f1a8..12a096c829 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -226,7 +226,7 @@ RUN install-tool bun 1.3.10 RUN install-tool deno 2.7.5 # renovate: datasource=github-releases packageName=chainguard-dev/apko -RUN install-tool apko 1.1.14 +RUN install-tool apko 1.1.15 # renovate: datasource=github-releases packageName=jetify-com/devbox RUN install-tool devbox 0.17.0 diff --git a/test/latest/Dockerfile.arm64 b/test/latest/Dockerfile.arm64 index 7d2bf6982c..6d8449ed35 100644 --- a/test/latest/Dockerfile.arm64 +++ b/test/latest/Dockerfile.arm64 @@ -62,7 +62,7 @@ RUN install-tool deno 2.7.5 FROM base AS test-apko # renovate: datasource=github-releases packageName=chainguard-dev/apko -RUN install-tool apko 1.1.14 +RUN install-tool apko 1.1.15 #-------------------------------------- # Image: devbox