Browse Source

chore(deps): update qemux/qemu docker tag to v7.14 (#1408)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 4 months ago
parent
commit
9b4cd5a745
1 changed files with 1 additions and 1 deletions
  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.13 / /
+COPY --from=qemux/qemu:7.14 / /
 
 ARG TARGETARCH
 ARG DEBCONF_NOWARNINGS="yes"