From b0535bde574c81ed278250649169374e11e5e4ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:02:59 +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 cffebb3..9664169 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # what it needs (and it persists across exec calls since everything runs in # the SAME container). -FROM ubuntu:24.04 +FROM ubuntu:26.04 RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates git curl && \