From 9a65c55803ed3e3087180385d4aaf517499e3c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Tue, 17 Sep 2024 18:39:46 +0200 Subject: [PATCH] Bump ubuntu from 18.04 to 22.04 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hopefully fixes https://github.com/compiler-explorer/compiler-explorer/issues/6855 Signed-off-by: Marc Poulhiès --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c96b522..e6cee44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:22.04 ARG DEBIAN_FRONTEND=noninteractive RUN apt update -y -q && apt upgrade -y -q && apt upgrade -y -q && apt install -y -q \