Update base Image to Ubuntu 22.10

This has newer meson, which fixes an important LTO related issue.
This commit is contained in:
BtbN 2022-11-02 22:06:40 +01:00
parent 2f0d9dbf8b
commit ec535f414f

View file

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:22.10
ENV DEBIAN_FRONTEND noninteractive
RUN \