Parcourir la source

chore(deps): update qemux/qemu docker tag to v7.18 (#1434)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] il y a 1 mois
Parent
commit
021d0c88f1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.17 / /
+COPY --from=qemux/qemu:7.18 / /
 
 ARG TARGETARCH
 ARG DEBCONF_NOWARNINGS="yes"