From 06cf0a4edca099b54439bf9f358653adcca85744 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 17 Oct 2023 19:05:22 +0200 Subject: [PATCH] build: Update to QEMU 8.1 (Debian 13) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9191806..47f6cb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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