From 895ed32f46d0c6aa8cee3e8634ce7b772641af70 Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Wed, 23 Oct 2024 23:42:05 +0300 Subject: [PATCH] Updated to Ubuntu noble --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1796c9..72ed110 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \