From eb63fe25fb39de9d085bf7e304a08d5649b35a8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:28:52 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 727de063..16868bc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 AS build +FROM ubuntu:24.04 AS build ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y \ @@ -39,7 +39,7 @@ RUN mkdir build && \ make install -FROM ubuntu:20.04 +FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive \ LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib