From 1a3db57d39a38079bbdc55e10b055defe8579666 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:18:05 +0000 Subject: [PATCH] =?UTF-8?q?feat(container)!:=20Update=20image=20ubuntu=20(?= =?UTF-8?q?=2024.04=20=E2=86=92=20resolute=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ----- | -------- | | docker | ubuntu | 24.04 | resolute | --- apps/pdsadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pdsadmin/Dockerfile b/apps/pdsadmin/Dockerfile index 9e8efe1..62efa2e 100644 --- a/apps/pdsadmin/Dockerfile +++ b/apps/pdsadmin/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:26.04 ARG VERSION ARG REVISION