From 3981fd2ac01c3aa22345792e8d8abcfd9e3e8cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:24:28 +0000 Subject: [PATCH] Bump ubuntu from 22.04 to 24.04 in /examples/package Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu 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 cde1a2d..3cab812 100644 --- a/examples/package/host_ubuntu.Dockerfile +++ b/examples/package/host_ubuntu.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL maintainer "Motoki TAKENAKA " SHELL ["/bin/bash", "-c"]