build: Use latest Debian image (#832)

This commit is contained in:
Kroese 2024-10-19 22:09:52 +02:00 committed by GitHub
parent 906e61b1b2
commit 92b4cf5997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"