From 3104666b1f795a1a3d2f37b53b49ee04179fe7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:46:59 +0000 Subject: [PATCH] chore(deps): Bump ubuntu from noble-20240904.1 to noble-20241118.1 Bumps ubuntu from noble-20240904.1 to noble-20241118.1. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3caccd0..c5408f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20240904.1 +FROM ubuntu:noble-20241118.1 ARG DEBIAN_FRONTEND=noninteractive ARG HTTP_PROXY