From 729ceac1ad6937dd6dbe4f7913f2aaa6b8d42980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 01:42:16 +0000 Subject: [PATCH] chore(deps): bump ubuntu from 24.04 to 26.04 in /examples/package 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] --- examples/package/host_ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/package/host_ubuntu.Dockerfile b/examples/package/host_ubuntu.Dockerfile index 3cab812b..875690f6 100644 --- a/examples/package/host_ubuntu.Dockerfile +++ b/examples/package/host_ubuntu.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:26.04 LABEL maintainer "Motoki TAKENAKA " SHELL ["/bin/bash", "-c"]