From d66cb4d5eb78df609ec3e19619aca49116c6ca0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 14:30:12 +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 "