From 4c1baa57a38390028da35435f974aa135d3fffb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 18:25:44 +0900 Subject: [PATCH] chore(deps): bump ubuntu from jammy-20240212 to jammy-20240227 in /iron (#140) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- iron/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iron/Dockerfile b/iron/Dockerfile index 7352212..d553756 100644 --- a/iron/Dockerfile +++ b/iron/Dockerfile @@ -16,7 +16,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-20240212 +FROM ubuntu:jammy-20240227 ARG TARGETPLATFORM LABEL maintainer="Tiryoh"