diff --git a/Dockerfile b/Dockerfile index 2d6e6cdd..19d51990 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.49 --exclude=usr/bin/qemu-system-x86_64 / / +COPY --from=qemux/qemu:7.50 --exclude=usr/bin/qemu-system-x86_64 / / ARG TARGETARCH