Parcourir la source

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

renovate[bot] il y a 7 mois
Parent
commit
a4fdfbdf91
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"