From ac7d260c1133fe482a608c439a3c1bcde77f265a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:25:32 +0000 Subject: [PATCH] Update ubuntu Docker tag to v22 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 727de063..760108d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 AS build +FROM ubuntu:22.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:22.04 ENV DEBIAN_FRONTEND=noninteractive \ LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib