From 0960f3a3d7d4d5967809cdd17b66a07b69c77207 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 11:59:01 +0000 Subject: [PATCH] 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 "