From 49a32267db34993f9db000e88bda1e688658f120 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:05:44 +0000 Subject: [PATCH] chore(deps): update qemux/qemu-arm docker tag to v2.07 --- 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"