Browse Source

build: Update QEMU base image to v7.19 (#1438)

Kroese 1 month ago
parent
commit
6be89c929e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@
 ARG VERSION_ARG="latest"
 ARG VERSION_ARG="latest"
 FROM scratch AS build-amd64
 FROM scratch AS build-amd64
 
 
-COPY --from=qemux/qemu:7.18 / /
+COPY --from=qemux/qemu:7.19 / /
 
 
 ARG TARGETARCH
 ARG TARGETARCH
 ARG DEBCONF_NOWARNINGS="yes"
 ARG DEBCONF_NOWARNINGS="yes"