From 92b4cf599777fe4001b2634992a2f2de2d4c1d76 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 19 Oct 2024 22:09:52 +0200 Subject: [PATCH] build: Use latest Debian image (#832) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96696b7..1853c8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM qemux/qemu-host:2.05 AS builder # RUN go mod download # RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /qemu-host.bin . -FROM debian:trixie-20240926-slim +FROM debian:trixie-slim ARG TARGETPLATFORM ARG VERSION_ARG="0.0"