From a0f093ed20e42da8d960b49809b34ee7737263c8 Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Wed, 23 Oct 2024 23:43:08 +0300 Subject: [PATCH] Updated to Ubuntu noble --- Dockerfile.lite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.lite b/Dockerfile.lite index 21dd902..6dc13c9 100644 --- a/Dockerfile.lite +++ b/Dockerfile.lite @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20240808 +FROM ubuntu:noble-20241011 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \ lib32gcc-s1 \