From 96a45f8e8d59e987e51f9cb2c48206e5bfd09c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:02:14 +0000 Subject: [PATCH] Bump ubuntu from noble-20260217 to noble-20260324 Bumps ubuntu from noble-20260217 to noble-20260324. --- updated-dependencies: - dependency-name: ubuntu dependency-version: noble-20260324 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.lite | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b77993..f8d95a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20260217 +FROM ubuntu:noble-20260324 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \ lib32gcc-s1 \ diff --git a/Dockerfile.lite b/Dockerfile.lite index f9638a4..1412576 100644 --- a/Dockerfile.lite +++ b/Dockerfile.lite @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20260217 +FROM ubuntu:noble-20260324 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \ lib32gcc-s1 \