From b0424390a86832e394fca37a5af434a2188dc771 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 15:09:37 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2eb66c..0049ec1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # Multi-arch: # docker buildx build --platform linux/amd64,linux/arm64 -t agent-dev-base . -FROM ubuntu:noble +FROM ubuntu:resolute # --------------------------------------------------------------------------- # Build arguments — version pins for orchestration tools