From 5fef5fa83ab2109ae2591dcb89e1c3f63c098672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 03:04:51 +0000 Subject: [PATCH] chore(deps): bump ubuntu from jammy-20240530 to jammy-20240808 in /iron Bumps ubuntu from jammy-20240530 to jammy-20240808. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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"