From fc3504a3e260355bf8983bea0203e7c4939e1f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:39:41 +0000 Subject: [PATCH] Bump ubuntu from 22.04 to 26.04 in the images group Bumps the images group with 1 update: ubuntu. Updates `ubuntu` from 22.04 to 26.04 --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production dependency-group: images ... Signed-off-by: dependabot[bot] --- Dockerfile.ubuntu22.04 | 2 +- Dockerfile.ubuntu24.04 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.ubuntu22.04 b/Dockerfile.ubuntu22.04 index 26b44493..459e1ca4 100644 --- a/Dockerfile.ubuntu22.04 +++ b/Dockerfile.ubuntu22.04 @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:26.04 LABEL author="James Cherry" LABEL maintainer="James Cherry " diff --git a/Dockerfile.ubuntu24.04 b/Dockerfile.ubuntu24.04 index d08688f5..ad72d607 100644 --- a/Dockerfile.ubuntu24.04 +++ b/Dockerfile.ubuntu24.04 @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:26.04 LABEL author="James Cherry" LABEL maintainer="James Cherry "