Kaynağa Gözat

build: Update qemu-docker to v6.19 (#1076)

Kroese 4 ay önce
ebeveyn
işleme
d5b891f4fb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 ARG VERSION_ARG="latest"
 FROM scratch AS build-amd64
 
-COPY --from=qemux/qemu:6.18 / /
+COPY --from=qemux/qemu:6.19 / /
 
 ARG DEBCONF_NOWARNINGS="yes"
 ARG DEBIAN_FRONTEND="noninteractive"