diff --git a/Dockerfile b/Dockerfile index 77894e63..f3e17ebf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.36 / / +COPY --from=qemux/qemu:7.37 / / ARG TARGETARCH ARG VERSION_WSDD="1.26"