Explorar el Código

chore(deps): update qemux/qemu-docker docker tag to v6.10 (#929)

renovate[bot] hace 7 meses
padre
commit
a4fdfbdf91
Se han modificado 1 ficheros con 1 adiciones y 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-docker:6.09 / /
+COPY --from=qemux/qemu-docker:6.10 / /
 
 ARG DEBCONF_NOWARNINGS="yes"
 ARG DEBIAN_FRONTEND="noninteractive"