Explorar el Código

build: Update QEMU base image to v7.17 (#1427)

Kroese hace 1 mes
padre
commit
fa7302fd18
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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