From dd62381888cbd876b133be7a3b0f61a0fd5e2478 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 09:41:03 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index dc4fafb3..f4d1a409 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ubuntu:24.04 +ARG BASE_IMAGE=ubuntu:26.04 FROM $BASE_IMAGE LABEL maintainer="InseeFrLab "