Explorar o código

build: Update qemu-docker to v7.04 (#1157)

renovate[bot] hai 3 meses
pai
achega
77a8e4d26e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 ARG VERSION_ARG="latest"
 FROM scratch AS build-amd64
 
-COPY --from=qemux/qemu:7.03 / /
+COPY --from=qemux/qemu:7.04 / /
 
 ARG DEBCONF_NOWARNINGS="yes"
 ARG DEBIAN_FRONTEND="noninteractive"