From 156b99ae81d4684c0b9459c61010d1414b3fc78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:01:48 +0900 Subject: [PATCH] chore(deps): bump ubuntu from jammy-20240416 to jammy-20240530 in /humble (#170) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- humble/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humble/Dockerfile b/humble/Dockerfile index 8fd5231..fe42a84 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-20240416 +FROM ubuntu:jammy-20240530 ARG TARGETPLATFORM LABEL maintainer="Tiryoh"