From 2d3efa382f0055c6f35cfd292430d58733dd3650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:13:57 +0000 Subject: [PATCH] Bump ubuntu from 20.04 to 26.04 in /controller Bumps ubuntu from 20.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- controller/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/Dockerfile b/controller/Dockerfile index 05ca872..0b26b5f 100644 --- a/controller/Dockerfile +++ b/controller/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:26.04 RUN apt-get update -y && apt-get install -y \ apt-transport-https \