From 7df894e9d27f94fdea2f8630a2ab6eab5a60ec51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 12:25:53 +0000 Subject: [PATCH] Bump ubuntu from 24.04 to 26.04 in /base Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 3c7bccf..7f7d032 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,6 +1,6 @@ # An interactive base image that runs commands as users rather than root -FROM ubuntu:24.04 +FROM ubuntu:26.04 LABEL org.opencontainers.image.authors="benjamin.gemmill@gmail.com" # in case of archive.ubuntu.com outages, switch to constant.com