From d01ae01ac945f90c3e4b4f06ce7eba6a9b3d030e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 04:05:43 +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 && \