From be80a94da101162866c8cf5ef45a0625fc43612c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 01:05:34 +0000 Subject: [PATCH] chore(deps): update qemux/qemu-arm docker tag to v2.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06477e4..3a56555 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM scratch -COPY --from=qemux/qemu-arm:2.25 / / +COPY --from=qemux/qemu-arm:2.26 / / ARG VERSION_ARG="0.00" ARG DEBCONF_NOWARNINGS="yes"