From ff74d0e4a4c4975c098a522cc0e91e2bd94731c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 02:11:55 +0200 Subject: [PATCH] chore(deps): update qemux/qemu-arm docker tag to v2.07 (#154) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f53bbd3..9bdf638 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM scratch -COPY --from=qemux/qemu-arm:2.06 / / +COPY --from=qemux/qemu-arm:2.07 / / ARG VERSION_ARG="0.0" ARG DEBCONF_NOWARNINGS="yes"