From f2b183525b4dfafeb4661a6f4362e5a077aa4a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 16:42:27 +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 8aa7996..1cd7a3a 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