From b131a32d0c427b52d0a30fcc4e3666dc3086585f Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 27 Sep 2024 14:40:56 +0200 Subject: [PATCH] buid: Pin Debian version (#818) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1853c8d..96696b7 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-slim +FROM debian:trixie-20240926-slim ARG TARGETPLATFORM ARG VERSION_ARG="0.0"