From 5ce5bbea021c4246e8463223022439d3e254531e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 20:34:18 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /humble Bumps ubuntu from jammy-20250404 to jammy-20250819. --- updated-dependencies: - dependency-name: ubuntu dependency-version: jammy-20250819 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- humble/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humble/Dockerfile b/humble/Dockerfile index b13c6334..a7ed58c1 100644 --- a/humble/Dockerfile +++ b/humble/Dockerfile @@ -15,7 +15,7 @@ # This Dockerfile is based on https://github.com/AtsushiSaito/docker-ubuntu-sweb # which is released under the Apache-2.0 license. -FROM ubuntu:jammy-20250404 +FROM ubuntu:jammy-20250819 ARG TARGETPLATFORM LABEL maintainer="Tiryoh"