build: Update to QEMU 8.1 (Debian 13)

This commit is contained in:
Kroese 2023-10-17 19:05:22 +02:00 committed by GitHub
parent e26c208cc7
commit 06cf0a4edc

View File

@ -7,7 +7,7 @@ FROM qemux/qemu-host as builder
# RUN go mod download
# RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /qemu-host.bin .
FROM debian:bookworm-slim
FROM debian:trixie-slim
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND noninteractive