build: Update qemu-docker to v6.07 (#882)

This commit is contained in:
Kroese 2024-11-13 01:12:10 +01:00 committed by GitHub
parent da8bbdcb47
commit 3aa2f6e128
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
ARG VERSION_ARG="4.00"
FROM scratch AS build-amd64
COPY --from=qemux/qemu-docker:6.06 / /
COPY --from=qemux/qemu-docker:6.07 / /
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
@ -37,8 +37,8 @@ FROM build-${TARGETARCH}
ARG VERSION_ARG="4.00"
RUN echo "$VERSION_ARG" > /run/version
EXPOSE 8006 3389
VOLUME /storage
EXPOSE 8006 3389
ENV VERSION="11"
ENV RAM_SIZE="4G"