From b4c49a5c9f714208505838e424af97709b528cc5 Mon Sep 17 00:00:00 2001 From: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com> Date: Wed, 15 Jul 2026 11:09:16 +0200 Subject: [PATCH] Update base image to Ubuntu 26.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cbfc4d9..919caaad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM geonode/geonode-base:latest-ubuntu-24.04 +FROM geonode/geonode-base:latest-ubuntu-26.04 ENV LC_ALL=C.UTF-8 \ LANG=C.UTF-8