From 65d06577658b605d484ae1a931dd98d4abd7fb3c Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 17 Oct 2023 19:47:08 +0200 Subject: [PATCH] feat: Update to QEMU 8.1 (Debian 13) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd75639..d32ad62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-slim +FROM debian:trixie-slim ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND noninteractive