From 63b2d703a4af34a6cdf573c725c212900c53f33d Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 9 Oct 2023 19:30:57 +0200 Subject: [PATCH] build: Debian Bookworm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2860424..8d0b7bf 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:trixie-slim +FROM debian:bookworm-slim ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND noninteractive