From efcf19d8a13731daf31a6df5f55490b35d425144 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 14:20:15 +0000 Subject: [PATCH] deps: update ubuntu docker tag to v26 --- infrastructure/images/azure-devops-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/images/azure-devops-agent/Dockerfile b/infrastructure/images/azure-devops-agent/Dockerfile index f2b76da6a..3e318c64d 100644 --- a/infrastructure/images/azure-devops-agent/Dockerfile +++ b/infrastructure/images/azure-devops-agent/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b +FROM ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64 RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && \ DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends \