From be8f4e35b96662fbb5979ee36ebca9bb817e25e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:58:09 +0900 Subject: [PATCH] chore(deps): bump ubuntu from jammy-20240530 to jammy-20240808 in /iron (#179) 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 5c78f29..4093c1f 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-20240530 +FROM ubuntu:jammy-20240808 ARG TARGETPLATFORM LABEL maintainer="Tiryoh"