From 10c902bc9b97e12b52cfae337463c2bbf07f6432 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 29 May 2026 12:52:20 +0200 Subject: [PATCH] build: Update Passt to v2026_05_26 (#1162) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be4104a..1520c2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ FROM debian:trixie-slim ARG TARGETARCH ARG TARGETPLATFORM ARG VERSION_ARG="0.0" -ARG VERSION_PASST="2026_05_07" +ARG VERSION_PASST="2026_05_26" ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND="noninteractive"