From 1f601db8b0f33d509e48d8445227b97d5cf82a81 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Jun 2026 12:43:44 +0200 Subject: [PATCH] build: Update Passt to v2026_06_11 (#1183) --- Dockerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d71338..414d09b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,20 +1,12 @@ # syntax=docker/dockerfile:1 FROM qemux/qemu-host:2.05 AS builder - -# FROM golang as builder -# WORKDIR / -# RUN git clone https://github.com/qemus/qemu-host.git -# WORKDIR /qemu-host/src -# RUN go mod download -# RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /qemu-host.bin . - FROM debian:trixie-slim ARG TARGETARCH ARG TARGETPLATFORM ARG VERSION_ARG="0.0" -ARG VERSION_PASST="2026_05_26" +ARG VERSION_PASST="2026_06_11" ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND="noninteractive"