From d0c9a39a1951e61019355e900cd8fdcc517219e2 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 30 Oct 2022 17:52:40 +0100 Subject: [PATCH] Use Ubuntu 22.10 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0eca8c8..f296da9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:22.10 RUN export DEBIAN_FRONTEND=noninteractive && \ apt-get update && \