Commit 06cf0a4e authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Update to QEMU 8.1 (Debian 13)

parent e26c208c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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