From 432da8ac9a11a0446d1ddc8447f92e4f39c7698b Mon Sep 17 00:00:00 2001 From: Connor Nelson Date: Sat, 7 Feb 2026 00:17:41 +0000 Subject: [PATCH] Infrastructure: Upgrade kata to 3.26.0 --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 34f0cba84..cbfef3b7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:24.04 AS kata-builder -ENV KATA_VERSION=3.19.1 +ENV KATA_VERSION=3.26.0 SHELL ["/bin/bash", "-euo", "pipefail", "-c"] @@ -63,6 +63,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ unzip wget wireguard + zstd EOF RUN <