From 02a06b3d5c0307b542c65ac37337a49373bbec08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:49:10 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /ubuntu-22.04 Bumps ubuntu from jammy-20231128 to jammy-20240227. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ubuntu-22.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-22.04/Dockerfile b/ubuntu-22.04/Dockerfile index fde82ea..9cbbc85 100644 --- a/ubuntu-22.04/Dockerfile +++ b/ubuntu-22.04/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20231128 AS minimal +FROM ubuntu:jammy-20240227 AS minimal ARG APT_UBUNTU_MIRROR="http://ports.ubuntu.com/ubuntu-ports/"