From 9735b9e9ca2a2cd2d48985a99a0c8ee591743694 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 15:53:05 +0000 Subject: [PATCH] chore(deps): update public.ecr.aws/ubuntu/ubuntu docker tag to v24.10 --- ubuntu-gha-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-gha-tools/Dockerfile b/ubuntu-gha-tools/Dockerfile index dc2e6cf..1b0cc09 100644 --- a/ubuntu-gha-tools/Dockerfile +++ b/ubuntu-gha-tools/Dockerfile @@ -3,7 +3,7 @@ # limit in CI: the rest of the pipeline builds/pulls via GHCR, so CI does zero Docker Hub pulls. # Renovate keeps the default pinned; the workflow_call path overrides OS_VERSION for on-demand # requests targeting a different Ubuntu (e.g. 22.04). Default = current consumer pin. -ARG OS_VERSION=24.04 +ARG OS_VERSION=24.10 FROM public.ecr.aws/ubuntu/ubuntu:${OS_VERSION} # Mimics GitHub's ubuntu-latest VM environment (accounts, env, OS-level tooling) per issue #5.